#023D0F

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

Shades of Deep Fir #023D0F

Tints of Deep Fir #023D0F

Color information

#023D0F (or 0x023D0F) is unknown color: approx Deep Fir. HEX triplet: 02, 3D and 0F. RGB value is (2,61,15). Sum of RGB (Red+Green+Blue) = 2+61+15=78 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.56% from 78); Green value is 61 (24.22% from 255 or 78.21% from 78); Blue value is 15 (6.25% from 255 or 19.23% from 78); Max value from RGB is 61 - color contains mainly: green. Hex color #023D0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #023D0F is #FDC2F0. Grayscale: #262626. Windows color (decimal): -16630513 or 998658. OLE color: 998658.

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

Color convert

RGB26115-
CMYK0.9700.750.76
HSL133.22º93.65%12.35%-
HSV(B)133.22º96.72%23.92%-
XYZ1.783.381.01-
YUV38.11114.95102.24-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.56%
GREEN value IS 61 (24.22% from 255) = 78.21%
BLUE value IS 15 (6.25% from 255) = 19.23%
R=2.56%
G=78.21%
B=19.23%

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
Decimal261150.9700.750.76133.2293.6512.35
Hex23DF6104B4C855ec
Octal27517141011311420513614
Binary10111101111111000010100101110011001000010110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023D0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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