#0CB331

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

Shades of Dark Pastel Green #0CB331

Tints of Dark Pastel Green #0CB331

Color information

#0CB331 (or 0x0CB331) is unknown color: approx Dark Pastel Green. HEX triplet: 0C, B3 and 31. RGB value is (12,179,49). Sum of RGB (Red+Green+Blue) = 12+179+49=240 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5% from 240); Green value is 179 (70.31% from 255 or 74.58% from 240); Blue value is 49 (19.53% from 255 or 20.42% from 240); Max value from RGB is 179 - color contains mainly: green. Hex color #0CB331 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CB331 is #F34CCE. Grayscale: #727272. Windows color (decimal): -15944911 or 3257100. OLE color: 3257100.

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

Color convert

RGB1217949-
CMYK0.9300.730.30
HSL133.29º87.43%37.45%-
HSV(B)133.29º93.3%70.2%-
XYZ16.8332.548.3-
YUV114.2591.1755.07-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5%
GREEN value IS 179 (70.31% from 255) = 74.58%
BLUE value IS 49 (19.53% from 255) = 20.42%
R=5%
G=74.58%
B=20.42%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal12179490.9300.730.30133.2987.4337.45
HexCB3315D0491E855725
Octal142636113501113620512745
Binary11001011001111000110111010100100111110100001011010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CB331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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