#0CBB39

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

Shades of Dark Pastel Green #0CBB39

Tints of Dark Pastel Green #0CBB39

Color information

#0CBB39 (or 0x0CBB39) is unknown color: approx Dark Pastel Green. HEX triplet: 0C, BB and 39. RGB value is (12,187,57). Sum of RGB (Red+Green+Blue) = 12+187+57=256 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.69% from 256); Green value is 187 (73.44% from 255 or 73.05% from 256); Blue value is 57 (22.66% from 255 or 22.27% from 256); Max value from RGB is 187 - color contains mainly: green. Hex color #0CBB39 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CBB39 is #F344C6. Grayscale: #787878. Windows color (decimal): -15942855 or 3783436. OLE color: 3783436.

HSL color Cylindrical-coordinate representation of color #0CBB39: hue angle of 135.43º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CBB39 is Cyan = 0.94, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB1218757-
CMYK0.9400.700.27
HSL135.43º87.94%39.02%-
HSV(B)135.43º93.58%73.33%-
XYZ18.6635.919.82-
YUV119.8592.5251.07-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.69%
GREEN value IS 187 (73.44% from 255) = 73.05%
BLUE value IS 57 (22.66% from 255) = 22.27%
R=4.69%
G=73.05%
B=22.27%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal12187570.9400.700.27135.4387.9439.02
HexCBB395E0461B875827
Octal142737113601063320713047
Binary11001011101111100110111100100011011011100001111011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CBB39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0CBB39; }

 p { color: rgb(12,187,57); }

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

<style>
 a { background-color: #0CBB39; }

 a { background-color: rgb(12,187,57); }

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

<style>
 span { border-color: #0CBB39; }

 span { border-color: rgb(12,187,57); }

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