#02280B

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

Shades of Deep Fir #02280B

Tints of Deep Fir #02280B

Color information

#02280B (or 0x02280B) is unknown color: approx Deep Fir. HEX triplet: 02, 28 and 0B. RGB value is (2,40,11). Sum of RGB (Red+Green+Blue) = 2+40+11=53 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.77% from 53); Green value is 40 (16.02% from 255 or 75.47% from 53); Blue value is 11 (4.69% from 255 or 20.75% from 53); Max value from RGB is 40 - color contains mainly: green. Hex color #02280B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #02280B is #FDD7F4. Grayscale: #191919. Windows color (decimal): -16635893 or 731138. OLE color: 731138.

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

Color convert

RGB24011-
CMYK0.9500.720.84
HSL134.21º90.48%8.24%-
HSV(B)134.21º95%15.69%-
XYZ0.841.550.57-
YUV25.33119.91111.36-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.77%
GREEN value IS 40 (16.02% from 255) = 75.47%
BLUE value IS 11 (4.69% from 255) = 20.75%
R=3.77%
G=75.47%
B=20.75%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal240110.9500.720.84134.2190.488.24
Hex228B5F04854865a8
Octal25013137011012420613210
Binary10101000101110111110100100010101001000011010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02280B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02280B; }

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

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

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

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

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

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

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

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