Html Css Color HEX #07240F Deep Fir

📋 copy color: '#07240F'

red 7 ◦ green 36 ◦ blue 15

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

Shades of Deep Fir #07240F

Tints of Deep Fir #07240F

RGB

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

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

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

R = 12.07%
G = 62.07%
B = 25.86%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.58

 K value IS 0.86

RGB Variations

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

Color information

#07240F (or 0x07240F) is known color: Deep Fir. HEX triplet: 07, 24 and 0F. RGB value is (7,36,15). Sum of RGB (Red+Green+Blue) = 7+36+15=58 (7% of max value = 765). Red value is 7 (3.12% from 255 or 12.07% from 58); Green value is 36 (14.45% from 255 or 62.07% from 58); Blue value is 15 (6.25% from 255 or 25.86% from 58); Max value from RGB is 36 - color contains mainly: green. Hex color #07240F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #07240F is #F8DBF0. Grayscale: #181818. Windows color (decimal): -16309233 or 992263. OLE color: 992263.

HSL color Cylindrical-coordinate representation of color #07240F: hue angle of 136.55º 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 #07240F is Cyan = 0.81, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.86.

Color convert

RGB 7 36 15 -
CMYK 0.81 0 0.58 0.86
HSL 136.55º 0.67% 0.08% -
HSV(B) 136.55º 0.81% 0.14% -
XYZ 0.8 1.34 0.67 -
YUV 24.94 122.39 115.21 -
System Red Green Blue C M Y K H S L
Decimal 7 36 15 0.81 0 0.58 0.86 136.55 0.67 0.08
Hex 7 24 F 51 0 3A 56 89 43 8
Octal 7 44 17 121 0 72 126 211 103 10
Binary 111 100100 1111 1010001 0 111010 1010110 10001001 1000011 1000

Color Harmonies of #07240F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07240F

Black with #07240F

Text Example


Text Example

White with #07240F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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