#023F10

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

Shades of Deep Fir #023F10

Tints of Deep Fir #023F10

Color information

#023F10 (or 0x023F10) is unknown color: approx Deep Fir. HEX triplet: 02, 3F and 10. RGB value is (2,63,16). Sum of RGB (Red+Green+Blue) = 2+63+16=81 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.47% from 81); Green value is 63 (25% from 255 or 77.78% from 81); Blue value is 16 (6.64% from 255 or 19.75% from 81); Max value from RGB is 63 - color contains mainly: green. Hex color #023F10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #023F10 is #FDC0EF. Grayscale: #272727. Windows color (decimal): -16630000 or 1064706. OLE color: 1064706.

HSL color Cylindrical-coordinate representation of color #023F10: hue angle of 133.77º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #023F10 is Cyan = 0.97, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.75.

Color convert

RGB26316-
CMYK0.9700.750.75
HSL133.77º93.85%12.75%-
HSV(B)133.77º96.83%24.71%-
XYZ1.93.611.09-
YUV39.4114.79101.32-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.47%
GREEN value IS 63 (25% from 255) = 77.78%
BLUE value IS 16 (6.64% from 255) = 19.75%
R=2.47%
G=77.78%
B=19.75%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal263160.9700.750.75133.7793.8512.75
Hex23F106104B4B865ed
Octal27720141011311320613615
Binary101111111000011000010100101110010111000011010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023F10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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