#0C251B

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

Shades of Dark Green #0C251B

Tints of Dark Green #0C251B

Color information

#0C251B (or 0x0C251B) is unknown color: approx Dark Green. HEX triplet: 0C, 25 and 1B. RGB value is (12,37,27). Sum of RGB (Red+Green+Blue) = 12+37+27=76 (10% of max value = 765). Red value is 12 (5.08% from 255 or 15.79% from 76); Green value is 37 (14.84% from 255 or 48.68% from 76); Blue value is 27 (10.94% from 255 or 35.53% from 76); Max value from RGB is 37 - color contains mainly: green. Hex color #0C251B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C251B is #F3DAE4. Grayscale: #1C1C1C. Windows color (decimal): -15981285 or 1778956. OLE color: 1778956.

HSL color Cylindrical-coordinate representation of color #0C251B: hue angle of 156º degrees, saturation: 0.51, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #0C251B is Cyan = 0.68, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.85.

Color convert

RGB123727-
CMYK0.6800.270.85
HSL156º51.02%9.61%-
HSV(B)156º67.57%14.51%-
XYZ1.011.481.27-
YUV28.38127.22116.31-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 15.79%
GREEN value IS 37 (14.84% from 255) = 48.68%
BLUE value IS 27 (10.94% from 255) = 35.53%
R=15.79%
G=48.68%
B=35.53%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1237270.6800.270.8515651.029.61
HexC251B4401B559c33a
Octal1445331040331252346312
Binary11001001011101110001000110111010101100111001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C251B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,37,27); }

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

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

 a { background-color: rgb(12,37,27); }

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

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

 span { border-color: rgb(12,37,27); }

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