#0CB732

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

Shades of Dark Pastel Green #0CB732

Tints of Dark Pastel Green #0CB732

Color information

#0CB732 (or 0x0CB732) is unknown color: approx Dark Pastel Green. HEX triplet: 0C, B7 and 32. RGB value is (12,183,50). Sum of RGB (Red+Green+Blue) = 12+183+50=245 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.90% from 245); Green value is 183 (71.88% from 255 or 74.69% from 245); Blue value is 50 (19.92% from 255 or 20.41% from 245); Max value from RGB is 183 - color contains mainly: green. Hex color #0CB732 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CB732 is #F348CD. Grayscale: #757575. Windows color (decimal): -15943886 or 3323660. OLE color: 3323660.

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

Color convert

RGB1218350-
CMYK0.9300.730.28
HSL133.33º87.69%38.24%-
HSV(B)133.33º93.44%71.76%-
XYZ17.6634.188.68-
YUV116.7190.3553.31-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.90%
GREEN value IS 183 (71.88% from 255) = 74.69%
BLUE value IS 50 (19.92% from 255) = 20.41%
R=4.90%
G=74.69%
B=20.41%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal12183500.9300.730.28133.3387.6938.24
HexCB7325D0491C855826
Octal142676213501113420513046
Binary11001011011111001010111010100100111100100001011011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CB732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,183,50); }

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

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

 a { background-color: rgb(12,183,50); }

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

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

 span { border-color: rgb(12,183,50); }

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