#0CB32E

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

Shades of Dark Pastel Green #0CB32E

Tints of Dark Pastel Green #0CB32E

Color information

#0CB32E (or 0x0CB32E) is unknown color: approx Dark Pastel Green. HEX triplet: 0C, B3 and 2E. RGB value is (12,179,46). Sum of RGB (Red+Green+Blue) = 12+179+46=237 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5.06% from 237); Green value is 179 (70.31% from 255 or 75.53% from 237); Blue value is 46 (18.36% from 255 or 19.41% from 237); Max value from RGB is 179 - color contains mainly: green. Hex color #0CB32E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CB32E is #F34CD1. Grayscale: #727272. Windows color (decimal): -15944914 or 3060492. OLE color: 3060492.

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

Color convert

RGB1217946-
CMYK0.9300.740.30
HSL132.22º87.43%37.45%-
HSV(B)132.22º93.3%70.2%-
XYZ16.7632.527.98-
YUV113.989.6755.31-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.06%
GREEN value IS 179 (70.31% from 255) = 75.53%
BLUE value IS 46 (18.36% from 255) = 19.41%
R=5.06%
G=75.53%
B=19.41%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal12179460.9300.740.30132.2287.4337.45
HexCB32E5D04A1E845725
Octal142635613501123620412745
Binary11001011001110111010111010100101011110100001001010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CB32E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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