#0C271E

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

Shades of Dark Green #0C271E

Tints of Dark Green #0C271E

Color information

#0C271E (or 0x0C271E) is unknown color: approx Dark Green. HEX triplet: 0C, 27 and 1E. RGB value is (12,39,30). Sum of RGB (Red+Green+Blue) = 12+39+30=81 (10% of max value = 765). Red value is 12 (5.08% from 255 or 14.81% from 81); Green value is 39 (15.62% from 255 or 48.15% from 81); Blue value is 30 (12.11% from 255 or 37.04% from 81); Max value from RGB is 39 - color contains mainly: green. Hex color #0C271E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C271E is #F3D8E1. Grayscale: #1D1D1D. Windows color (decimal): -15980770 or 1976076. OLE color: 1976076.

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

Color convert

RGB123930-
CMYK0.6900.230.85
HSL160º52.94%10%-
HSV(B)160º69.23%15.29%-
XYZ1.111.621.48-
YUV29.9128.05115.23-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 14.81%
GREEN value IS 39 (15.62% from 255) = 48.15%
BLUE value IS 30 (12.11% from 255) = 37.04%
R=14.81%
G=48.15%
B=37.04%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1239300.6900.230.8516052.9410
HexC271E4501755a035a
Octal1447361050271252406512
Binary11001001111111010001010101111010101101000001101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C271E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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