#0cb31e

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

Shades of Dark Pastel Green #0CB31E

Tints of Dark Pastel Green #0CB31E

Color information

#0CB31E (or 0x0CB31E) is unknown color: approx Dark Pastel Green. HEX triplet: 0C, B3 and 1E. RGB value is (12,179,30). Sum of RGB (Red+Green+Blue) = 12+179+30=221 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.43% from 221); Green value is 179 (70.31% from 255 or 81.00% from 221); Blue value is 30 (12.11% from 255 or 13.57% from 221); Max value from RGB is 179 - color contains mainly: green. Hex color #0CB31E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CB31E is #F34CE1. Grayscale: #707070. Windows color (decimal): -15944930 or 2011916. OLE color: 2011916.

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

Color convert

RGB1217930-
CMYK0.9300.830.30
HSL126.47º87.43%37.45%-
HSV(B)126.47º93.3%70.2%-
XYZ16.5132.416.61-
YUV112.0881.6756.62-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.43%
GREEN value IS 179 (70.31% from 255) = 81.00%
BLUE value IS 30 (12.11% from 255) = 13.57%
R=5.43%
G=81.00%
B=13.57%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal12179300.9300.830.30126.4787.4337.45
HexCB31E5D0531E7e5725
Octal142633613501233617612745
Binary110010110011111101011101010100111111011111101010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0cb31e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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