#023D10

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

Shades of Deep Fir #023D10

Tints of Deep Fir #023D10

Color information

#023D10 (or 0x023D10) is unknown color: approx Deep Fir. HEX triplet: 02, 3D and 10. RGB value is (2,61,16). Sum of RGB (Red+Green+Blue) = 2+61+16=79 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.53% from 79); Green value is 61 (24.22% from 255 or 77.22% from 79); Blue value is 16 (6.64% from 255 or 20.25% from 79); Max value from RGB is 61 - color contains mainly: green. Hex color #023D10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #023D10 is #FDC2EF. Grayscale: #262626. Windows color (decimal): -16630512 or 1064194. OLE color: 1064194.

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

Color convert

RGB26116-
CMYK0.9700.740.76
HSL134.24º93.65%12.35%-
HSV(B)134.24º96.72%23.92%-
XYZ1.793.391.05-
YUV38.23115.45102.16-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.53%
GREEN value IS 61 (24.22% from 255) = 77.22%
BLUE value IS 16 (6.64% from 255) = 20.25%
R=2.53%
G=77.22%
B=20.25%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal261160.9700.740.76134.2493.6512.35
Hex23D106104A4C865ec
Octal27520141011211420613614
Binary101111011000011000010100101010011001000011010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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