Html Css Color HEX #02460F Deep Fir

📋 copy color: '#02460F'

red 2 ◦ green 70 ◦ blue 15

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

Shades of Deep Fir #02460F

Tints of Deep Fir #02460F

RGB

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

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

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

R = 2.3%
G = 80.46%
B = 17.24%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.79

 K value IS 0.73

RGB Variations

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

Color information

#02460F (or 0x02460F) is known color: Deep Fir. HEX triplet: 02, 46 and 0F. RGB value is (2,70,15). Sum of RGB (Red+Green+Blue) = 2+70+15=87 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.30% from 87); Green value is 70 (27.73% from 255 or 80.46% from 87); Blue value is 15 (6.25% from 255 or 17.24% from 87); Max value from RGB is 70 - color contains mainly: green. Hex color #02460F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #02460F is #FDB9F0. Grayscale: #2B2B2B. Windows color (decimal): -16628209 or 1000962. OLE color: 1000962.

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

Color convert

RGB 2 70 15 -
CMYK 0.97 0 0.79 0.73
HSL 131.47º 0.94% 0.14% -
HSV(B) 131.47º 0.97% 0.27% -
XYZ 2.3 4.43 1.19 -
YUV 43.4 111.97 98.47 -
System Red Green Blue C M Y K H S L
Decimal 2 70 15 0.97 0 0.79 0.73 131.47 0.94 0.14
Hex 2 46 F 61 0 4F 49 83 5E E
Octal 2 106 17 141 0 117 111 203 136 16
Binary 10 1000110 1111 1100001 0 1001111 1001001 10000011 1011110 1110

Color Harmonies of #02460F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02460F

Black with #02460F

Text Example


Text Example

White with #02460F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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