#0C241C

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

Shades of Dark Green #0C241C

Tints of Dark Green #0C241C

Color information

#0C241C (or 0x0C241C) is unknown color: approx Dark Green. HEX triplet: 0C, 24 and 1C. RGB value is (12,36,28). Sum of RGB (Red+Green+Blue) = 12+36+28=76 (10% of max value = 765). Red value is 12 (5.08% from 255 or 15.79% from 76); Green value is 36 (14.45% from 255 or 47.37% from 76); Blue value is 28 (11.33% from 255 or 36.84% from 76); Max value from RGB is 36 - color contains mainly: green. Hex color #0C241C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C241C is #F3DBE3. Grayscale: #1B1B1B. Windows color (decimal): -15981540 or 1844236. OLE color: 1844236.

HSL color Cylindrical-coordinate representation of color #0C241C: hue angle of 160º degrees, saturation: 0.5, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #0C241C is Cyan = 0.67, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.86.

Color convert

RGB123628-
CMYK0.6700.220.86
HSL160º50%9.41%-
HSV(B)160º66.67%14.12%-
XYZ0.991.421.32-
YUV27.91128.05116.65-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 15.79%
GREEN value IS 36 (14.45% from 255) = 47.37%
BLUE value IS 28 (11.33% from 255) = 36.84%
R=15.79%
G=47.37%
B=36.84%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1236280.6700.220.86160509.41
HexC241C4301656a0329
Octal1444341030261262406211
Binary11001001001110010000110101101010110101000001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C241C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,36,28); }

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

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

 a { background-color: rgb(12,36,28); }

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

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

 span { border-color: rgb(12,36,28); }

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