#023A11

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

Shades of Deep Fir #023A11

Tints of Deep Fir #023A11

Color information

#023A11 (or 0x023A11) is unknown color: approx Deep Fir. HEX triplet: 02, 3A and 11. RGB value is (2,58,17). Sum of RGB (Red+Green+Blue) = 2+58+17=77 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.60% from 77); Green value is 58 (23.05% from 255 or 75.32% from 77); Blue value is 17 (7.03% from 255 or 22.08% from 77); Max value from RGB is 58 - color contains mainly: green. Hex color #023A11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #023A11 is #FDC5EE. Grayscale: #242424. Windows color (decimal): -16631279 or 1128962. OLE color: 1128962.

HSL color Cylindrical-coordinate representation of color #023A11: hue angle of 136.07º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #023A11 is Cyan = 0.97, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.77.

Color convert

RGB25817-
CMYK0.9700.710.77
HSL136.07º93.33%11.76%-
HSV(B)136.07º96.55%22.75%-
XYZ1.643.081.04-
YUV36.58116.95103.33-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.60%
GREEN value IS 58 (23.05% from 255) = 75.32%
BLUE value IS 17 (7.03% from 255) = 22.08%
R=2.60%
G=75.32%
B=22.08%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal258170.9700.710.77136.0793.3311.76
Hex23A11610474D885dc
Octal27221141010711521013514
Binary101110101000111000010100011110011011000100010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,58,17); }

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

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

 a { background-color: rgb(2,58,17); }

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

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

 span { border-color: rgb(2,58,17); }

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