#0CBB26

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

Shades of Dark Pastel Green #0CBB26

Tints of Dark Pastel Green #0CBB26

Color information

#0CBB26 (or 0x0CBB26) is unknown color: approx Dark Pastel Green. HEX triplet: 0C, BB and 26. RGB value is (12,187,38). Sum of RGB (Red+Green+Blue) = 12+187+38=237 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5.06% from 237); Green value is 187 (73.44% from 255 or 78.90% from 237); Blue value is 38 (15.23% from 255 or 16.03% from 237); Max value from RGB is 187 - color contains mainly: green. Hex color #0CBB26 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CBB26 is #F344D9. Grayscale: #767676. Windows color (decimal): -15942874 or 2538252. OLE color: 2538252.

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

Color convert

RGB1218738-
CMYK0.9400.800.27
HSL128.91º87.94%39.02%-
HSV(B)128.91º93.58%73.33%-
XYZ18.2735.767.77-
YUV117.6983.0252.62-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.06%
GREEN value IS 187 (73.44% from 255) = 78.90%
BLUE value IS 38 (15.23% from 255) = 16.03%
R=5.06%
G=78.90%
B=16.03%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal12187380.9400.800.27128.9187.9439.02
HexCBB265E0501B815827
Octal142734613601203320113047
Binary11001011101110011010111100101000011011100000011011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CBB26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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