Html Css Color HEX #07240E Deep Fir

📋 copy color: '#07240E'

red 7 ◦ green 36 ◦ blue 14

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

Shades of Deep Fir #07240E

Tints of Deep Fir #07240E

RGB

 RED value IS 7 (3.13% from 255) = 12.28%

 GREEN value IS 36 (14.45% from 255) = 63.16%

 BLUE value IS 14 (5.86% from 255) = 24.56%

R = 12.28%
G = 63.16%
B = 24.56%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.61

 K value IS 0.86

RGB Variations

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

Color information

#07240E (or 0x07240E) is known color: Deep Fir. HEX triplet: 07, 24 and 0E. RGB value is (7,36,14). Sum of RGB (Red+Green+Blue) = 7+36+14=57 (7% of max value = 765). Red value is 7 (3.12% from 255 or 12.28% from 57); Green value is 36 (14.45% from 255 or 63.16% from 57); Blue value is 14 (5.86% from 255 or 24.56% from 57); Max value from RGB is 36 - color contains mainly: green. Hex color #07240E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #07240E is #F8DBF1. Grayscale: #181818. Windows color (decimal): -16309234 or 926727. OLE color: 926727.

HSL color Cylindrical-coordinate representation of color #07240E: hue angle of 134.48º degrees, saturation: 0.67, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #07240E is Cyan = 0.81, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.86.

Color convert

RGB 7 36 14 -
CMYK 0.81 0 0.61 0.86
HSL 134.48º 0.67% 0.08% -
HSV(B) 134.48º 0.81% 0.14% -
XYZ 0.8 1.34 0.63 -
YUV 24.82 121.89 115.29 -
System Red Green Blue C M Y K H S L
Decimal 7 36 14 0.81 0 0.61 0.86 134.48 0.67 0.08
Hex 7 24 E 51 0 3D 56 86 43 8
Octal 7 44 16 121 0 75 126 206 103 10
Binary 111 100100 1110 1010001 0 111101 1010110 10000110 1000011 1000

Color Harmonies of #07240E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07240E

Black with #07240E

Text Example


Text Example

White with #07240E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07240E; }

 p { color: rgb(7,36,14); }

 H1.HeaderClassName
 {
   color: #07240E;
 }
 .AnyTagClassName
 {
   color: #07240E;
 }
</style>

background-color css

<style>
 a { background-color: #07240E; }

 a { background-color: rgb(7,36,14); }

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

border-color css

<style>
 span { border-color: #07240E; }

 span { border-color: rgb(7,36,14); }

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