#0CB31F

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

Shades of Dark Pastel Green #0CB31F

Tints of Dark Pastel Green #0CB31F

Color information

#0CB31F (or 0x0CB31F) is unknown color: approx Dark Pastel Green. HEX triplet: 0C, B3 and 1F. RGB value is (12,179,31). Sum of RGB (Red+Green+Blue) = 12+179+31=222 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.41% from 222); Green value is 179 (70.31% from 255 or 80.63% from 222); Blue value is 31 (12.5% from 255 or 13.96% from 222); Max value from RGB is 179 - color contains mainly: green. Hex color #0CB31F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CB31F is #F34CE0. Grayscale: #707070. Windows color (decimal): -15944929 or 2077452. OLE color: 2077452.

HSL color Cylindrical-coordinate representation of color #0CB31F: hue angle of 126.83º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CB31F is Cyan = 0.93, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.30.

Color convert

RGB1217931-
CMYK0.9300.830.30
HSL126.83º87.43%37.45%-
HSV(B)126.83º93.3%70.2%-
XYZ16.5232.426.68-
YUV112.282.1756.53-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.41%
GREEN value IS 179 (70.31% from 255) = 80.63%
BLUE value IS 31 (12.5% from 255) = 13.96%
R=5.41%
G=80.63%
B=13.96%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal12179310.9300.830.30126.8387.4337.45
HexCB31F5D0531E7f5725
Octal142633713501233617712745
Binary110010110011111111011101010100111111011111111010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CB31F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,179,31); }

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

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

 a { background-color: rgb(12,179,31); }

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

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

 span { border-color: rgb(12,179,31); }

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