Html Css Color HEX #04421C British Racing Green

📋 copy color: '#04421C'

red 4 ◦ green 66 ◦ blue 28

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

Shades of British Racing Green #04421C

Tints of British Racing Green #04421C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 28.57%

R = 4.08%
G = 67.35%
B = 28.57%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.58

 K value IS 0.74

RGB Variations

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

Color information

#04421C (or 0x04421C) is known color: British Racing Green. HEX triplet: 04, 42 and 1C. RGB value is (4,66,28). Sum of RGB (Red+Green+Blue) = 4+66+28=98 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.08% from 98); Green value is 66 (26.17% from 255 or 67.35% from 98); Blue value is 28 (11.33% from 255 or 28.57% from 98); Max value from RGB is 66 - color contains mainly: green. Hex color #04421C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04421C is #FBBDE3. Grayscale: #2B2B2B. Windows color (decimal): -16498148 or 1851908. OLE color: 1851908.

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

Color convert

RGB 4 66 28 -
CMYK 0.94 0 0.58 0.74
HSL 143.23º 0.89% 0.14% -
HSV(B) 143.23º 0.94% 0.26% -
XYZ 2.21 4.01 1.76 -
YUV 43.13 119.46 100.09 -
System Red Green Blue C M Y K H S L
Decimal 4 66 28 0.94 0 0.58 0.74 143.23 0.89 0.14
Hex 4 42 1C 5E 0 3A 4A 8F 59 E
Octal 4 102 34 136 0 72 112 217 131 16
Binary 100 1000010 11100 1011110 0 111010 1001010 10001111 1011001 1110

Color Harmonies of #04421C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04421C

Black with #04421C

Text Example


Text Example

White with #04421C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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