Html Css Color HEX #02400F Deep Fir

📋 copy color: '#02400F'

red 2 ◦ green 64 ◦ blue 15

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

Shades of Deep Fir #02400F

Tints of Deep Fir #02400F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 79.01%

 BLUE value IS 15 (6.25% from 255) = 18.52%

R = 2.47%
G = 79.01%
B = 18.52%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.77

 K value IS 0.75

RGB Variations

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

Color information

#02400F (or 0x02400F) is known color: Deep Fir. HEX triplet: 02, 40 and 0F. RGB value is (2,64,15). Sum of RGB (Red+Green+Blue) = 2+64+15=81 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.47% from 81); Green value is 64 (25.39% from 255 or 79.01% from 81); Blue value is 15 (6.25% from 255 or 18.52% from 81); Max value from RGB is 64 - color contains mainly: green. Hex color #02400F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #02400F is #FDBFF0. Grayscale: #282828. Windows color (decimal): -16629745 or 999426. OLE color: 999426.

HSL color Cylindrical-coordinate representation of color #02400F: hue angle of 132.58º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02400F is Cyan = 0.97, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.75.

Color convert

RGB 2 64 15 -
CMYK 0.97 0 0.77 0.75
HSL 132.58º 0.94% 0.13% -
HSV(B) 132.58º 0.97% 0.25% -
XYZ 1.94 3.71 1.07 -
YUV 39.88 113.96 100.98 -
System Red Green Blue C M Y K H S L
Decimal 2 64 15 0.97 0 0.77 0.75 132.58 0.94 0.13
Hex 2 40 F 61 0 4D 4B 85 5E D
Octal 2 100 17 141 0 115 113 205 136 15
Binary 10 1000000 1111 1100001 0 1001101 1001011 10000101 1011110 1101

Color Harmonies of #02400F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02400F

Black with #02400F

Text Example


Text Example

White with #02400F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02400F; }

 p { color: rgb(2,64,15); }

 H1.HeaderClassName
 {
   color: #02400F;
 }
 .AnyTagClassName
 {
   color: #02400F;
 }
</style>

background-color css

<style>
 a { background-color: #02400F; }

 a { background-color: rgb(2,64,15); }

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

border-color css

<style>
 span { border-color: #02400F; }

 span { border-color: rgb(2,64,15); }

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