#02260A

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

Shades of Deep Fir #02260A

Tints of Deep Fir #02260A

Color information

#02260A (or 0x02260A) is unknown color: approx Deep Fir. HEX triplet: 02, 26 and 0A. RGB value is (2,38,10). Sum of RGB (Red+Green+Blue) = 2+38+10=50 (6% of max value = 765). Red value is 2 (1.17% from 255 or 4% from 50); Green value is 38 (15.23% from 255 or 76% from 50); Blue value is 10 (4.30% from 255 or 20% from 50); Max value from RGB is 38 - color contains mainly: green. Hex color #02260A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #02260A is #FDD9F5. Grayscale: #181818. Windows color (decimal): -16636406 or 665090. OLE color: 665090.

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

Color convert

RGB23810-
CMYK0.9500.740.85
HSL133.33º90%7.84%-
HSV(B)133.33º94.74%14.9%-
XYZ0.771.420.52-
YUV24.04120.07112.28-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 4%
GREEN value IS 38 (15.23% from 255) = 76%
BLUE value IS 10 (4.30% from 255) = 20%
R=4%
G=76%
B=20%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal238100.9500.740.85133.33907.84
Hex226A5F04A55855a8
Octal24612137011212520513210
Binary10100110101010111110100101010101011000010110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02260A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02260A; }

 p { color: rgb(2,38,10); }

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

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

 a { background-color: rgb(2,38,10); }

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

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

 span { border-color: rgb(2,38,10); }

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