#02450D

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

Shades of Deep Fir #02450D

Tints of Deep Fir #02450D

Color information

#02450D (or 0x02450D) is unknown color: approx Deep Fir. HEX triplet: 02, 45 and 0D. RGB value is (2,69,13). Sum of RGB (Red+Green+Blue) = 2+69+13=84 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.38% from 84); Green value is 69 (27.34% from 255 or 82.14% from 84); Blue value is 13 (5.47% from 255 or 15.48% from 84); Max value from RGB is 69 - color contains mainly: green. Hex color #02450D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #02450D is #FDBAF2. Grayscale: #2A2A2A. Windows color (decimal): -16628467 or 869634. OLE color: 869634.

HSL color Cylindrical-coordinate representation of color #02450D: hue angle of 129.85º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02450D is Cyan = 0.97, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.73.

Color convert

RGB26913-
CMYK0.9700.810.73
HSL129.85º94.37%13.92%-
HSV(B)129.85º97.1%27.06%-
XYZ2.234.31.09-
YUV42.58111.399.05-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.38%
GREEN value IS 69 (27.34% from 255) = 82.14%
BLUE value IS 13 (5.47% from 255) = 15.48%
R=2.38%
G=82.14%
B=15.48%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal269130.9700.810.73129.8594.3713.92
Hex245D6105149825ee
Octal210515141012111120213616
Binary101000101110111000010101000110010011000001010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02450D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02450D; }

 p { color: rgb(2,69,13); }

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

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

 a { background-color: rgb(2,69,13); }

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

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

 span { border-color: rgb(2,69,13); }

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