#0CB044

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

Shades of Dark Pastel Green #0CB044

Tints of Dark Pastel Green #0CB044

Color information

#0CB044 (or 0x0CB044) is unknown color: approx Dark Pastel Green. HEX triplet: 0C, B0 and 44. RGB value is (12,176,68). Sum of RGB (Red+Green+Blue) = 12+176+68=256 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.69% from 256); Green value is 176 (69.14% from 255 or 68.75% from 256); Blue value is 68 (26.95% from 255 or 26.56% from 256); Max value from RGB is 176 - color contains mainly: green. Hex color #0CB044 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0CB044 is #F34FBB. Grayscale: #727272. Windows color (decimal): -15945660 or 4501516. OLE color: 4501516.

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

Color convert

RGB1217668-
CMYK0.9300.610.31
HSL140.49º87.23%36.86%-
HSV(B)140.49º93.18%69.02%-
XYZ16.7231.5510.68-
YUV114.65101.6754.78-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.69%
GREEN value IS 176 (69.14% from 255) = 68.75%
BLUE value IS 68 (26.95% from 255) = 26.56%
R=4.69%
G=68.75%
B=26.56%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal12176680.9300.610.31140.4987.2336.86
HexCB0445D03D1F8c5725
Octal142601041350753721412745
Binary11001011000010001001011101011110111111100011001010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CB044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,176,68); }

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

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

 a { background-color: rgb(12,176,68); }

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

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

 span { border-color: rgb(12,176,68); }

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