#023E0B

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

Shades of Deep Fir #023E0B

Tints of Deep Fir #023E0B

Color information

#023E0B (or 0x023E0B) is unknown color: approx Deep Fir. HEX triplet: 02, 3E and 0B. RGB value is (2,62,11). Sum of RGB (Red+Green+Blue) = 2+62+11=75 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.67% from 75); Green value is 62 (24.61% from 255 or 82.67% from 75); Blue value is 11 (4.69% from 255 or 14.67% from 75); Max value from RGB is 62 - color contains mainly: green. Hex color #023E0B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #023E0B is #FDC1F4. Grayscale: #262626. Windows color (decimal): -16630261 or 736770. OLE color: 736770.

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

Color convert

RGB26211-
CMYK0.9700.820.76
HSL129º93.75%12.55%-
HSV(B)129º96.77%24.31%-
XYZ1.813.480.89-
YUV38.25112.62102.15-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.67%
GREEN value IS 62 (24.61% from 255) = 82.67%
BLUE value IS 11 (4.69% from 255) = 14.67%
R=2.67%
G=82.67%
B=14.67%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal262110.9700.820.7612993.7512.55
Hex23EB610524C815ed
Octal27613141012211420113615
Binary10111110101111000010101001010011001000000110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023E0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,62,11); }

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

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

 a { background-color: rgb(2,62,11); }

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

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

 span { border-color: rgb(2,62,11); }

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