#0cb533

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

Shades of Dark Pastel Green #0CB533

Tints of Dark Pastel Green #0CB533

Color information

#0CB533 (or 0x0CB533) is unknown color: approx Dark Pastel Green. HEX triplet: 0C, B5 and 33. RGB value is (12,181,51). Sum of RGB (Red+Green+Blue) = 12+181+51=244 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.92% from 244); Green value is 181 (71.09% from 255 or 74.18% from 244); Blue value is 51 (20.31% from 255 or 20.90% from 244); Max value from RGB is 181 - color contains mainly: green. Hex color #0CB533 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CB533 is #F34ACC. Grayscale: #737373. Windows color (decimal): -15944397 or 3388684. OLE color: 3388684.

HSL color Cylindrical-coordinate representation of color #0CB533: hue angle of 133.85º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CB533 is Cyan = 0.93, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.29.

Color convert

RGB1218151-
CMYK0.9300.720.29
HSL133.85º87.56%37.84%-
HSV(B)133.85º93.37%70.98%-
XYZ17.2733.368.66-
YUV115.6591.5154.07-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.92%
GREEN value IS 181 (71.09% from 255) = 74.18%
BLUE value IS 51 (20.31% from 255) = 20.90%
R=4.92%
G=74.18%
B=20.90%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal12181510.9300.720.29133.8587.5637.84
HexCB5335D0481D865826
Octal142656313501103520613046
Binary11001011010111001110111010100100011101100001101011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0cb533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,181,51); }

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

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

 a { background-color: rgb(12,181,51); }

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

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

 span { border-color: rgb(12,181,51); }

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