#07230F

Color #07230F Deep Fir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Fir #07230F

Tints of Deep Fir #07230F

Color information

#07230F (or 0x07230F) is unknown color: approx Deep Fir. HEX triplet: 07, 23 and 0F. RGB value is (7,35,15). Sum of RGB (Red+Green+Blue) = 7+35+15=57 (7% of max value = 765). Red value is 7 (3.12% from 255 or 12.28% from 57); Green value is 35 (14.06% from 255 or 61.40% from 57); Blue value is 15 (6.25% from 255 or 26.32% from 57); Max value from RGB is 35 - color contains mainly: green. Hex color #07230F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #07230F is #F8DCF0. Grayscale: #181818. Windows color (decimal): -16309489 or 992007. OLE color: 992007.

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

Color convert

RGB73515-
CMYK0.8000.570.86
HSL137.14º66.67%8.24%-
HSV(B)137.14º80%13.73%-
XYZ0.771.280.66-
YUV24.35122.72115.63-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 12.28%
GREEN value IS 35 (14.06% from 255) = 61.40%
BLUE value IS 15 (6.25% from 255) = 26.32%
R=12.28%
G=61.40%
B=26.32%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal735150.8000.570.86137.1466.678.24
Hex723F500395689438
Octal7431712007112621110310
Binary11110001111111010000011100110101101000100110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07230F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #07230F;
 }
 .AnyTagClassName
 {
   color: #07230F;
 }
</style>
background-color css

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

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

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

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

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

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