#022706

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

Shades of Deep Fir #022706

Tints of Deep Fir #022706

Color information

#022706 (or 0x022706) is unknown color: approx Deep Fir. HEX triplet: 02, 27 and 06. RGB value is (2,39,6). Sum of RGB (Red+Green+Blue) = 2+39+6=47 (6% of max value = 765). Red value is 2 (1.17% from 255 or 4.26% from 47); Green value is 39 (15.62% from 255 or 82.98% from 47); Blue value is 6 (2.73% from 255 or 12.77% from 47); Max value from RGB is 39 - color contains mainly: green. Hex color #022706 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #022706 is #FDD8F9. Grayscale: #181818. Windows color (decimal): -16636154 or 403202. OLE color: 403202.

HSL color Cylindrical-coordinate representation of color #022706: hue angle of 126.49º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #022706 is Cyan = 0.95, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.85.

Color convert

RGB2396-
CMYK0.9500.850.85
HSL126.49º90.24%8.04%-
HSV(B)126.49º94.87%15.29%-
XYZ0.781.480.42-
YUV24.17117.74112.18-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 4.26%
GREEN value IS 39 (15.62% from 255) = 82.98%
BLUE value IS 6 (2.73% from 255) = 12.77%
R=4.26%
G=82.98%
B=12.77%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal23960.9500.850.85126.4990.248.04
Hex22765F055557e5a8
Octal2476137012512517613210
Binary101001111101011111010101011010101111111010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022706; }

 p { color: rgb(2,39,6); }

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

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

 a { background-color: rgb(2,39,6); }

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

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

 span { border-color: rgb(2,39,6); }

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