#04230A

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

Shades of Deep Fir #04230A

Tints of Deep Fir #04230A

Color information

#04230A (or 0x04230A) is unknown color: approx Deep Fir. HEX triplet: 04, 23 and 0A. RGB value is (4,35,10). Sum of RGB (Red+Green+Blue) = 4+35+10=49 (6% of max value = 765). Red value is 4 (1.95% from 255 or 8.16% from 49); Green value is 35 (14.06% from 255 or 71.43% from 49); Blue value is 10 (4.30% from 255 or 20.41% from 49); Max value from RGB is 35 - color contains mainly: green. Hex color #04230A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #04230A is #FBDCF5. Grayscale: #161616. Windows color (decimal): -16506102 or 664324. OLE color: 664324.

HSL color Cylindrical-coordinate representation of color #04230A: hue angle of 131.61º degrees, saturation: 0.79, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #04230A is Cyan = 0.89, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.86.

Color convert

RGB43510-
CMYK0.8900.710.86
HSL131.61º79.49%7.65%-
HSV(B)131.61º88.57%13.73%-
XYZ0.711.250.49-
YUV22.88120.73114.53-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 8.16%
GREEN value IS 35 (14.06% from 255) = 71.43%
BLUE value IS 10 (4.30% from 255) = 20.41%
R=8.16%
G=71.43%
B=20.41%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal435100.8900.710.86131.6179.497.65
Hex423A5904756844f8
Octal44312131010712620411710
Binary100100011101010110010100011110101101000010010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04230A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04230A; }

 p { color: rgb(4,35,10); }

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

<style>
 a { background-color: #04230A; }

 a { background-color: rgb(4,35,10); }

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

<style>
 span { border-color: #04230A; }

 span { border-color: rgb(4,35,10); }

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