#0CB231

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

Shades of Dark Pastel Green #0CB231

Tints of Dark Pastel Green #0CB231

Color information

#0CB231 (or 0x0CB231) is unknown color: approx Dark Pastel Green. HEX triplet: 0C, B2 and 31. RGB value is (12,178,49). Sum of RGB (Red+Green+Blue) = 12+178+49=239 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5.02% from 239); Green value is 178 (69.92% from 255 or 74.48% from 239); Blue value is 49 (19.53% from 255 or 20.50% from 239); Max value from RGB is 178 - color contains mainly: green. Hex color #0CB231 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0CB231 is #F34DCE. Grayscale: #727272. Windows color (decimal): -15945167 or 3256844. OLE color: 3256844.

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

Color convert

RGB1217849-
CMYK0.9300.720.30
HSL133.37º87.37%37.25%-
HSV(B)133.37º93.26%69.8%-
XYZ16.6332.148.23-
YUV113.6691.555.49-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.02%
GREEN value IS 178 (69.92% from 255) = 74.48%
BLUE value IS 49 (19.53% from 255) = 20.50%
R=5.02%
G=74.48%
B=20.50%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal12178490.9300.720.30133.3787.3737.25
HexCB2315D0481E855725
Octal142626113501103620512745
Binary11001011001011000110111010100100011110100001011010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CB231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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