#0CBB31

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

Shades of Dark Pastel Green #0CBB31

Tints of Dark Pastel Green #0CBB31

Color information

#0CBB31 (or 0x0CBB31) is unknown color: approx Dark Pastel Green. HEX triplet: 0C, BB and 31. RGB value is (12,187,49). Sum of RGB (Red+Green+Blue) = 12+187+49=248 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.84% from 248); Green value is 187 (73.44% from 255 or 75.40% from 248); Blue value is 49 (19.53% from 255 or 19.76% from 248); Max value from RGB is 187 - color contains mainly: green. Hex color #0CBB31 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CBB31 is #F344CE. Grayscale: #777777. Windows color (decimal): -15942863 or 3259148. OLE color: 3259148.

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

Color convert

RGB1218749-
CMYK0.9400.740.27
HSL132.69º87.94%39.02%-
HSV(B)132.69º93.58%73.33%-
XYZ18.4835.848.85-
YUV118.9488.5251.72-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.84%
GREEN value IS 187 (73.44% from 255) = 75.40%
BLUE value IS 49 (19.53% from 255) = 19.76%
R=4.84%
G=75.40%
B=19.76%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal12187490.9400.740.27132.6987.9439.02
HexCBB315E04A1B855827
Octal142736113601123320513047
Binary11001011101111000110111100100101011011100001011011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CBB31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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