#0CBB3E

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

Shades of Dark Pastel Green #0CBB3E

Tints of Dark Pastel Green #0CBB3E

Color information

#0CBB3E (or 0x0CBB3E) is unknown color: approx Dark Pastel Green. HEX triplet: 0C, BB and 3E. RGB value is (12,187,62). Sum of RGB (Red+Green+Blue) = 12+187+62=261 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.60% from 261); Green value is 187 (73.44% from 255 or 71.65% from 261); Blue value is 62 (24.61% from 255 or 23.75% from 261); Max value from RGB is 187 - color contains mainly: green. Hex color #0CBB3E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CBB3E is #F344C1. Grayscale: #787878. Windows color (decimal): -15942850 or 4111116. OLE color: 4111116.

HSL color Cylindrical-coordinate representation of color #0CBB3E: hue angle of 137.14º 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 #0CBB3E is Cyan = 0.94, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.27.

Color convert

RGB1218762-
CMYK0.9400.670.27
HSL137.14º87.94%39.02%-
HSV(B)137.14º93.58%73.33%-
XYZ18.7935.9710.51-
YUV120.4295.0250.66-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.60%
GREEN value IS 187 (73.44% from 255) = 71.65%
BLUE value IS 62 (24.61% from 255) = 23.75%
R=4.60%
G=71.65%
B=23.75%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal12187620.9400.670.27137.1487.9439.02
HexCBB3E5E0431B895827
Octal142737613601033321113047
Binary11001011101111111010111100100001111011100010011011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CBB3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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