#0C301D

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

Shades of Dark Green #0C301D

Tints of Dark Green #0C301D

Color information

#0C301D (or 0x0C301D) is unknown color: approx Dark Green. HEX triplet: 0C, 30 and 1D. RGB value is (12,48,29). Sum of RGB (Red+Green+Blue) = 12+48+29=89 (11% of max value = 765). Red value is 12 (5.08% from 255 or 13.48% from 89); Green value is 48 (19.14% from 255 or 53.93% from 89); Blue value is 29 (11.72% from 255 or 32.58% from 89); Max value from RGB is 48 - color contains mainly: green. Hex color #0C301D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C301D is #F3CFE2. Grayscale: #232323. Windows color (decimal): -15978467 or 1912844. OLE color: 1912844.

HSL color Cylindrical-coordinate representation of color #0C301D: hue angle of 148.33º degrees, saturation: 0.6, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0C301D is Cyan = 0.75, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.81.

Color convert

RGB124829-
CMYK0.7500.400.81
HSL148.33º60%11.76%-
HSV(B)148.33º75%18.82%-
XYZ1.432.281.53-
YUV35.07124.57111.54-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 13.48%
GREEN value IS 48 (19.14% from 255) = 53.93%
BLUE value IS 29 (11.72% from 255) = 32.58%
R=13.48%
G=53.93%
B=32.58%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1248290.7500.400.81148.336011.76
HexC301D4B02851943cc
Octal1460351130501212247414
Binary110011000011101100101101010001010001100101001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C301D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,48,29); }

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

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

 a { background-color: rgb(12,48,29); }

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

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

 span { border-color: rgb(12,48,29); }

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