Html Css Color HEX #04421E British Racing Green

📋 copy color: '#04421E'

red 4 ◦ green 66 ◦ blue 30

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

Shades of British Racing Green #04421E

Tints of British Racing Green #04421E

RGB

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

 GREEN value IS 66 (26.17% from 255) = 66%

 BLUE value IS 30 (12.11% from 255) = 30%

R = 4%
G = 66%
B = 30%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.55

 K value IS 0.74

RGB Variations

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

Color information

#04421E (or 0x04421E) is known color: British Racing Green. HEX triplet: 04, 42 and 1E. RGB value is (4,66,30). Sum of RGB (Red+Green+Blue) = 4+66+30=100 (13% of max value = 765). Red value is 4 (1.95% from 255 or 4% from 100); Green value is 66 (26.17% from 255 or 66% from 100); Blue value is 30 (12.11% from 255 or 30% from 100); Max value from RGB is 66 - color contains mainly: green. Hex color #04421E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04421E is #FBBDE1. Grayscale: #2B2B2B. Windows color (decimal): -16498146 or 1982980. OLE color: 1982980.

HSL color Cylindrical-coordinate representation of color #04421E: hue angle of 145.16º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #04421E is Cyan = 0.94, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.74.

Color convert

RGB 4 66 30 -
CMYK 0.94 0 0.55 0.74
HSL 145.16º 0.89% 0.14% -
HSV(B) 145.16º 0.94% 0.26% -
XYZ 2.23 4.02 1.89 -
YUV 43.36 120.46 99.93 -
System Red Green Blue C M Y K H S L
Decimal 4 66 30 0.94 0 0.55 0.74 145.16 0.89 0.14
Hex 4 42 1E 5E 0 37 4A 91 59 E
Octal 4 102 36 136 0 67 112 221 131 16
Binary 100 1000010 11110 1011110 0 110111 1001010 10010001 1011001 1110

Color Harmonies of #04421E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04421E

Black with #04421E

Text Example


Text Example

White with #04421E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,66,30); }

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

background-color css

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

 a { background-color: rgb(4,66,30); }

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

border-color css

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

 span { border-color: rgb(4,66,30); }

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