Html Css Color HEX #07230E Deep Fir

📋 copy color: '#07230E'

red 7 ◦ green 35 ◦ blue 14

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

Shades of Deep Fir #07230E

Tints of Deep Fir #07230E

RGB

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

 GREEN value IS 35 (14.06% from 255) = 62.5%

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

R = 12.5%
G = 62.5%
B = 25%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.60

 K value IS 0.86

RGB Variations

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

Color information

#07230E (or 0x07230E) is known color: Deep Fir. HEX triplet: 07, 23 and 0E. RGB value is (7,35,14). Sum of RGB (Red+Green+Blue) = 7+35+14=56 (7% of max value = 765). Red value is 7 (3.12% from 255 or 12.5% from 56); Green value is 35 (14.06% from 255 or 62.5% from 56); Blue value is 14 (5.86% from 255 or 25% from 56); Max value from RGB is 35 - color contains mainly: green. Hex color #07230E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #07230E is #F8DCF1. Grayscale: #181818. Windows color (decimal): -16309490 or 926471. OLE color: 926471.

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

Color convert

RGB 7 35 14 -
CMYK 0.80 0 0.60 0.86
HSL 135º 0.67% 0.08% -
HSV(B) 135º 0.8% 0.14% -
XYZ 0.77 1.28 0.62 -
YUV 24.23 122.22 115.71 -
System Red Green Blue C M Y K H S L
Decimal 7 35 14 0.80 0 0.60 0.86 135 0.67 0.08
Hex 7 23 E 50 0 3C 56 87 43 8
Octal 7 43 16 120 0 74 126 207 103 10
Binary 111 100011 1110 1010000 0 111100 1010110 10000111 1000011 1000

Color Harmonies of #07230E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07230E

Black with #07230E

Text Example


Text Example

White with #07230E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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