#022508

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

Shades of Deep Fir #022508

Tints of Deep Fir #022508

Color information

#022508 (or 0x022508) is unknown color: approx Deep Fir. HEX triplet: 02, 25 and 08. RGB value is (2,37,8). Sum of RGB (Red+Green+Blue) = 2+37+8=47 (6% of max value = 765). Red value is 2 (1.17% from 255 or 4.26% from 47); Green value is 37 (14.84% from 255 or 78.72% from 47); Blue value is 8 (3.52% from 255 or 17.02% from 47); Max value from RGB is 37 - color contains mainly: green. Hex color #022508 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #022508 is #FDDAF7. Grayscale: #171717. Windows color (decimal): -16636664 or 533762. OLE color: 533762.

HSL color Cylindrical-coordinate representation of color #022508: hue angle of 130.29º 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 #022508 is Cyan = 0.95, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.85.

Color convert

RGB2378-
CMYK0.9500.780.85
HSL130.29º89.74%7.65%-
HSV(B)130.29º94.59%14.51%-
XYZ0.731.350.45-
YUV23.23119.4112.86-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 4.26%
GREEN value IS 37 (14.84% from 255) = 78.72%
BLUE value IS 8 (3.52% from 255) = 17.02%
R=4.26%
G=78.72%
B=17.02%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal23780.9500.780.85130.2989.747.65
Hex22585F04E55825a8
Octal24510137011612520213210
Binary10100101100010111110100111010101011000001010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022508; }

 p { color: rgb(2,37,8); }

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

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

 a { background-color: rgb(2,37,8); }

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

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

 span { border-color: rgb(2,37,8); }

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