#02270A

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

Shades of Deep Fir #02270A

Tints of Deep Fir #02270A

Color information

#02270A (or 0x02270A) is unknown color: approx Deep Fir. HEX triplet: 02, 27 and 0A. RGB value is (2,39,10). Sum of RGB (Red+Green+Blue) = 2+39+10=51 (6% of max value = 765). Red value is 2 (1.17% from 255 or 3.92% from 51); Green value is 39 (15.62% from 255 or 76.47% from 51); Blue value is 10 (4.30% from 255 or 19.61% from 51); Max value from RGB is 39 - color contains mainly: green. Hex color #02270A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #02270A is #FDD8F5. Grayscale: #181818. Windows color (decimal): -16636150 or 665346. OLE color: 665346.

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

Color convert

RGB23910-
CMYK0.9500.740.85
HSL132.97º90.24%8.04%-
HSV(B)132.97º94.87%15.29%-
XYZ0.811.490.53-
YUV24.63119.74111.86-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.92%
GREEN value IS 39 (15.62% from 255) = 76.47%
BLUE value IS 10 (4.30% from 255) = 19.61%
R=3.92%
G=76.47%
B=19.61%

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
Decimal239100.9500.740.85132.9790.248.04
Hex227A5F04A55855a8
Octal24712137011212520513210
Binary10100111101010111110100101010101011000010110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02270A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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