#23BB52

Color #23BB52 Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #23BB52

Tints of Dark Pastel Green #23BB52

Color information

#23BB52 (or 0x23BB52) is unknown color: approx Dark Pastel Green. HEX triplet: 23, BB and 52. RGB value is (35,187,82). Sum of RGB (Red+Green+Blue) = 35+187+82=304 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.51% from 304); Green value is 187 (73.44% from 255 or 61.51% from 304); Blue value is 82 (32.42% from 255 or 26.97% from 304); Max value from RGB is 187 - color contains mainly: green. Hex color #23BB52 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #23BB52 is #DC44AD. Grayscale: #818181. Windows color (decimal): -14435502 or 5421859. OLE color: 5421859.

HSL color Cylindrical-coordinate representation of color #23BB52: hue angle of 138.55º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #23BB52 is Cyan = 0.81, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.

Color convert

RGB3518782-
CMYK0.8100.560.27
HSL138.55º68.47%43.53%-
HSV(B)138.55º81.28%73.33%-
XYZ19.9936.5113.98-
YUV129.58101.1460.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 35 (14.06% from 255) = 11.51%
GREEN value IS 187 (73.44% from 255) = 61.51%
BLUE value IS 82 (32.42% from 255) = 26.97%
R=11.51%
G=61.51%
B=26.97%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal35187820.8100.560.27138.5568.4743.53
Hex23BB52510381B8b442c
Octal432731221210703321310454
Binary1000111011101110100101010001011100011011100010111000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23BB52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23BB52; }

 p { color: rgb(35,187,82); }

 H1.HeaderClassName
 {
   color: #23BB52;
 }
 .AnyTagClassName
 {
   color: #23BB52;
 }
</style>
background-color css

<style>
 a { background-color: #23BB52; }

 a { background-color: rgb(35,187,82); }

 div.DivClassName
 {
   background-color: #23BB52;
 }
 .BgClassName
 {
   background-color: #23BB52;
 }
</style>
border-color css

<style>
 span { border-color: #23BB52; }

 span { border-color: rgb(35,187,82); }

 td.TdClassName
 {
   border-color: #23BB52;
 }
 .TagClassName
 {
   border-color: #23BB52;
 }
</style>