#023C0D

Color #023C0D Deep Fir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Fir #023C0D

Tints of Deep Fir #023C0D

Color information

#023C0D (or 0x023C0D) is unknown color: approx Deep Fir. HEX triplet: 02, 3C and 0D. RGB value is (2,60,13). Sum of RGB (Red+Green+Blue) = 2+60+13=75 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.67% from 75); Green value is 60 (23.83% from 255 or 80% from 75); Blue value is 13 (5.47% from 255 or 17.33% from 75); Max value from RGB is 60 - color contains mainly: green. Hex color #023C0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #023C0D is #FDC3F2. Grayscale: #252525. Windows color (decimal): -16630771 or 867330. OLE color: 867330.

HSL color Cylindrical-coordinate representation of color #023C0D: hue angle of 131.38º degrees, saturation: 0.94, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #023C0D is Cyan = 0.97, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.76.

Color convert

RGB26013-
CMYK0.9700.780.76
HSL131.38º93.55%12.16%-
HSV(B)131.38º96.67%23.53%-
XYZ1.713.270.92-
YUV37.3114.28102.82-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.67%
GREEN value IS 60 (23.83% from 255) = 80%
BLUE value IS 13 (5.47% from 255) = 17.33%
R=2.67%
G=80%
B=17.33%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal260130.9700.780.76131.3893.5512.16
Hex23CD6104E4C835ec
Octal27415141011611420313614
Binary10111100110111000010100111010011001000001110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023C0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023C0D; }

 p { color: rgb(2,60,13); }

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

<style>
 a { background-color: #023C0D; }

 a { background-color: rgb(2,60,13); }

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

<style>
 span { border-color: #023C0D; }

 span { border-color: rgb(2,60,13); }

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