Html Css Color HEX #04421B British Racing Green

📋 copy color: '#04421B'

red 4 ◦ green 66 ◦ blue 27

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

Shades of British Racing Green #04421B

Tints of British Racing Green #04421B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 27.84%

R = 4.12%
G = 68.04%
B = 27.84%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.59

 K value IS 0.74

RGB Variations

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

Color information

#04421B (or 0x04421B) is known color: British Racing Green. HEX triplet: 04, 42 and 1B. RGB value is (4,66,27). Sum of RGB (Red+Green+Blue) = 4+66+27=97 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.12% from 97); Green value is 66 (26.17% from 255 or 68.04% from 97); Blue value is 27 (10.94% from 255 or 27.84% from 97); Max value from RGB is 66 - color contains mainly: green. Hex color #04421B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04421B is #FBBDE4. Grayscale: #2B2B2B. Windows color (decimal): -16498149 or 1786372. OLE color: 1786372.

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

Color convert

RGB 4 66 27 -
CMYK 0.94 0 0.59 0.74
HSL 142.26º 0.89% 0.14% -
HSV(B) 142.26º 0.94% 0.26% -
XYZ 2.2 4 1.69 -
YUV 43.02 118.96 100.17 -
System Red Green Blue C M Y K H S L
Decimal 4 66 27 0.94 0 0.59 0.74 142.26 0.89 0.14
Hex 4 42 1B 5E 0 3B 4A 8E 59 E
Octal 4 102 33 136 0 73 112 216 131 16
Binary 100 1000010 11011 1011110 0 111011 1001010 10001110 1011001 1110

Color Harmonies of #04421B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04421B

Black with #04421B

Text Example


Text Example

White with #04421B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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