Html Css Color HEX #02470D Deep Fir

📋 copy color: '#02470D'

red 2 ◦ green 71 ◦ blue 13

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

Shades of Deep Fir #02470D

Tints of Deep Fir #02470D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 82.56%

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

R = 2.33%
G = 82.56%
B = 15.12%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.82

 K value IS 0.72

RGB Variations

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

Color information

#02470D (or 0x02470D) is known color: Deep Fir. HEX triplet: 02, 47 and 0D. RGB value is (2,71,13). Sum of RGB (Red+Green+Blue) = 2+71+13=86 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.33% from 86); Green value is 71 (28.12% from 255 or 82.56% from 86); Blue value is 13 (5.47% from 255 or 15.12% from 86); Max value from RGB is 71 - color contains mainly: green. Hex color #02470D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #02470D is #FDB8F2. Grayscale: #2B2B2B. Windows color (decimal): -16627955 or 870146. OLE color: 870146.

HSL color Cylindrical-coordinate representation of color #02470D: hue angle of 129.57º degrees, saturation: 0.95, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02470D is Cyan = 0.97, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.72.

Color convert

RGB 2 71 13 -
CMYK 0.97 0 0.82 0.72
HSL 129.57º 0.95% 0.14% -
HSV(B) 129.57º 0.97% 0.28% -
XYZ 2.35 4.55 1.13 -
YUV 43.76 110.64 98.22 -
System Red Green Blue C M Y K H S L
Decimal 2 71 13 0.97 0 0.82 0.72 129.57 0.95 0.14
Hex 2 47 D 61 0 52 48 82 5F E
Octal 2 107 15 141 0 122 110 202 137 16
Binary 10 1000111 1101 1100001 0 1010010 1001000 10000010 1011111 1110

Color Harmonies of #02470D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02470D

Black with #02470D

Text Example


Text Example

White with #02470D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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