Html Css Color HEX #04270A Deep Fir

📋 copy color: '#04270A'

red 4 ◦ green 39 ◦ blue 10

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

Shades of Deep Fir #04270A

Tints of Deep Fir #04270A

RGB

 RED value IS 4 (1.95% from 255) = 7.55%

 GREEN value IS 39 (15.63% from 255) = 73.58%

 BLUE value IS 10 (4.3% from 255) = 18.87%

R = 7.55%
G = 73.58%
B = 18.87%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.74

 K value IS 0.85

RGB Variations

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

Color information

#04270A (or 0x04270A) is known color: Deep Fir. HEX triplet: 04, 27 and 0A. RGB value is (4,39,10). Sum of RGB (Red+Green+Blue) = 4+39+10=53 (7% of max value = 765). Red value is 4 (1.95% from 255 or 7.55% from 53); Green value is 39 (15.62% from 255 or 73.58% from 53); Blue value is 10 (4.30% from 255 or 18.87% from 53); Max value from RGB is 39 - color contains mainly: green. Hex color #04270A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #04270A is #FBD8F5. Grayscale: #191919. Windows color (decimal): -16505078 or 665348. OLE color: 665348.

HSL color Cylindrical-coordinate representation of color #04270A: hue angle of 130.29º 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 #04270A is Cyan = 0.90, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.85.

Color convert

RGB 4 39 10 -
CMYK 0.90 0 0.74 0.85
HSL 130.29º 0.81% 0.08% -
HSV(B) 130.29º 0.9% 0.15% -
XYZ 0.83 1.5 0.53 -
YUV 25.23 119.4 112.86 -
System Red Green Blue C M Y K H S L
Decimal 4 39 10 0.90 0 0.74 0.85 130.29 0.81 0.08
Hex 4 27 A 5A 0 4A 55 82 51 8
Octal 4 47 12 132 0 112 125 202 121 10
Binary 100 100111 1010 1011010 0 1001010 1010101 10000010 1010001 1000

Color Harmonies of #04270A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04270A

Black with #04270A

Text Example


Text Example

White with #04270A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #04270A;
 }
 .AnyTagClassName
 {
   color: #04270A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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