#0C362D

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

Shades of Dark Green #0C362D

Tints of Dark Green #0C362D

Color information

#0C362D (or 0x0C362D) is unknown color: approx Dark Green. HEX triplet: 0C, 36 and 2D. RGB value is (12,54,45). Sum of RGB (Red+Green+Blue) = 12+54+45=111 (14% of max value = 765). Red value is 12 (5.08% from 255 or 10.81% from 111); Green value is 54 (21.48% from 255 or 48.65% from 111); Blue value is 45 (17.97% from 255 or 40.54% from 111); Max value from RGB is 54 - color contains mainly: green. Hex color #0C362D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C362D is #F3C9D2. Grayscale: #282828. Windows color (decimal): -15976915 or 2962956. OLE color: 2962956.

HSL color Cylindrical-coordinate representation of color #0C362D: hue angle of 167.14º degrees, saturation: 0.64, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0C362D is Cyan = 0.78, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.79.

Color convert

RGB125445-
CMYK0.7800.170.79
HSL167.14º63.64%12.94%-
HSV(B)167.14º77.78%21.18%-
XYZ1.942.912.94-
YUV40.42130.59107.73-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 10.81%
GREEN value IS 54 (21.48% from 255) = 48.65%
BLUE value IS 45 (17.97% from 255) = 40.54%
R=10.81%
G=48.65%
B=40.54%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1254450.7800.170.79167.1463.6412.94
HexC362D4E0114Fa740d
Octal14665511602111724710015
Binary1100110110101101100111001000110011111010011110000001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C362D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,54,45); }

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

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

 a { background-color: rgb(12,54,45); }

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

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

 span { border-color: rgb(12,54,45); }

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