Html Css Color HEX #04421D British Racing Green

📋 copy color: '#04421D'

red 4 ◦ green 66 ◦ blue 29

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

Shades of British Racing Green #04421D

Tints of British Racing Green #04421D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 29.29%

R = 4.04%
G = 66.67%
B = 29.29%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.56

 K value IS 0.74

RGB Variations

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

Color information

#04421D (or 0x04421D) is known color: British Racing Green. HEX triplet: 04, 42 and 1D. RGB value is (4,66,29). Sum of RGB (Red+Green+Blue) = 4+66+29=99 (13% of max value = 765). Red value is 4 (1.95% from 255 or 4.04% from 99); Green value is 66 (26.17% from 255 or 66.67% from 99); Blue value is 29 (11.72% from 255 or 29.29% from 99); Max value from RGB is 66 - color contains mainly: green. Hex color #04421D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04421D is #FBBDE2. Grayscale: #2B2B2B. Windows color (decimal): -16498147 or 1917444. OLE color: 1917444.

HSL color Cylindrical-coordinate representation of color #04421D: hue angle of 144.19º 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 #04421D is Cyan = 0.94, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.74.

Color convert

RGB 4 66 29 -
CMYK 0.94 0 0.56 0.74
HSL 144.19º 0.89% 0.14% -
HSV(B) 144.19º 0.94% 0.26% -
XYZ 2.22 4.01 1.82 -
YUV 43.24 119.96 100.01 -
System Red Green Blue C M Y K H S L
Decimal 4 66 29 0.94 0 0.56 0.74 144.19 0.89 0.14
Hex 4 42 1D 5E 0 38 4A 90 59 E
Octal 4 102 35 136 0 70 112 220 131 16
Binary 100 1000010 11101 1011110 0 111000 1001010 10010000 1011001 1110

Color Harmonies of #04421D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04421D

Black with #04421D

Text Example


Text Example

White with #04421D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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