Html Css Color HEX #02460D Deep Fir

📋 copy color: '#02460D'

red 2 ◦ green 70 ◦ blue 13

#02460D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Fir #02460D

Tints of Deep Fir #02460D

RGB

 RED value IS 2 (1.17% from 255) = 2.35%

 GREEN value IS 70 (27.73% from 255) = 82.35%

 BLUE value IS 13 (5.47% from 255) = 15.29%

R = 2.35%
G = 82.35%
B = 15.29%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.81

 K value IS 0.73

RGB Variations

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

Color information

#02460D (or 0x02460D) is known color: Deep Fir. HEX triplet: 02, 46 and 0D. RGB value is (2,70,13). Sum of RGB (Red+Green+Blue) = 2+70+13=85 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.35% from 85); Green value is 70 (27.73% from 255 or 82.35% from 85); Blue value is 13 (5.47% from 255 or 15.29% from 85); Max value from RGB is 70 - color contains mainly: green. Hex color #02460D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #02460D is #FDB9F2. Grayscale: #2B2B2B. Windows color (decimal): -16628211 or 869890. OLE color: 869890.

HSL color Cylindrical-coordinate representation of color #02460D: hue angle of 129.71º 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 #02460D is Cyan = 0.97, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.73.

Color convert

RGB 2 70 13 -
CMYK 0.97 0 0.81 0.73
HSL 129.71º 0.94% 0.14% -
HSV(B) 129.71º 0.97% 0.27% -
XYZ 2.29 4.42 1.11 -
YUV 43.17 110.97 98.63 -
System Red Green Blue C M Y K H S L
Decimal 2 70 13 0.97 0 0.81 0.73 129.71 0.94 0.14
Hex 2 46 D 61 0 51 49 82 5E E
Octal 2 106 15 141 0 121 111 202 136 16
Binary 10 1000110 1101 1100001 0 1010001 1001001 10000010 1011110 1110

Color Harmonies of #02460D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02460D

Black with #02460D

Text Example


Text Example

White with #02460D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #02460D;
 }
 .AnyTagClassName
 {
   color: #02460D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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