#0CB321

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

Shades of Dark Pastel Green #0CB321

Tints of Dark Pastel Green #0CB321

Color information

#0CB321 (or 0x0CB321) is unknown color: approx Dark Pastel Green. HEX triplet: 0C, B3 and 21. RGB value is (12,179,33). Sum of RGB (Red+Green+Blue) = 12+179+33=224 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.36% from 224); Green value is 179 (70.31% from 255 or 79.91% from 224); Blue value is 33 (13.28% from 255 or 14.73% from 224); Max value from RGB is 179 - color contains mainly: green. Hex color #0CB321 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CB321 is #F34CDE. Grayscale: #707070. Windows color (decimal): -15944927 or 2208524. OLE color: 2208524.

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

Color convert

RGB1217933-
CMYK0.9300.820.30
HSL127.54º87.43%37.45%-
HSV(B)127.54º93.3%70.2%-
XYZ16.5532.436.83-
YUV112.4283.1756.37-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.36%
GREEN value IS 179 (70.31% from 255) = 79.91%
BLUE value IS 33 (13.28% from 255) = 14.73%
R=5.36%
G=79.91%
B=14.73%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal12179330.9300.820.30127.5487.4337.45
HexCB3215D0521E805725
Octal142634113501223620012745
Binary11001011001110000110111010101001011110100000001010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CB321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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