#023C0F

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

Shades of Deep Fir #023C0F

Tints of Deep Fir #023C0F

Color information

#023C0F (or 0x023C0F) is unknown color: approx Deep Fir. HEX triplet: 02, 3C and 0F. RGB value is (2,60,15). Sum of RGB (Red+Green+Blue) = 2+60+15=77 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.60% from 77); Green value is 60 (23.83% from 255 or 77.92% from 77); Blue value is 15 (6.25% from 255 or 19.48% from 77); Max value from RGB is 60 - color contains mainly: green. Hex color #023C0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #023C0F is #FDC3F0. Grayscale: #252525. Windows color (decimal): -16630769 or 998402. OLE color: 998402.

HSL color Cylindrical-coordinate representation of color #023C0F: hue angle of 133.45º 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 #023C0F is Cyan = 0.97, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.76.

Color convert

RGB26015-
CMYK0.9700.750.76
HSL133.45º93.55%12.16%-
HSV(B)133.45º96.67%23.53%-
XYZ1.733.280.99-
YUV37.53115.28102.66-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.60%
GREEN value IS 60 (23.83% from 255) = 77.92%
BLUE value IS 15 (6.25% from 255) = 19.48%
R=2.60%
G=77.92%
B=19.48%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal260150.9700.750.76133.4593.5512.16
Hex23CF6104B4C855ec
Octal27417141011311420513614
Binary10111100111111000010100101110011001000010110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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