#04270B

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

Shades of Deep Fir #04270B

Tints of Deep Fir #04270B

Color information

#04270B (or 0x04270B) is unknown color: approx Deep Fir. HEX triplet: 04, 27 and 0B. RGB value is (4,39,11). Sum of RGB (Red+Green+Blue) = 4+39+11=54 (7% of max value = 765). Red value is 4 (1.95% from 255 or 7.41% from 54); Green value is 39 (15.62% from 255 or 72.22% from 54); Blue value is 11 (4.69% from 255 or 20.37% from 54); Max value from RGB is 39 - color contains mainly: green. Hex color #04270B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #04270B is #FBD8F4. Grayscale: #191919. Windows color (decimal): -16505077 or 730884. OLE color: 730884.

HSL color Cylindrical-coordinate representation of color #04270B: hue angle of 132º degrees, saturation: 0.81, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #04270B is Cyan = 0.90, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.85.

Color convert

RGB43911-
CMYK0.9000.720.85
HSL132º81.4%8.43%-
HSV(B)132º89.74%15.29%-
XYZ0.841.50.56-
YUV25.34119.9112.78-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 7.41%
GREEN value IS 39 (15.62% from 255) = 72.22%
BLUE value IS 11 (4.69% from 255) = 20.37%
R=7.41%
G=72.22%
B=20.37%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal439110.9000.720.8513281.48.43
Hex427B5A0485584518
Octal44713132011012520412110
Binary100100111101110110100100100010101011000010010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04270B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04270B; }

 p { color: rgb(4,39,11); }

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

<style>
 a { background-color: #04270B; }

 a { background-color: rgb(4,39,11); }

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

<style>
 span { border-color: #04270B; }

 span { border-color: rgb(4,39,11); }

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