Html Css Color HEX #04472A British Racing Green

📋 copy color: '#04472A'

red 4 ◦ green 71 ◦ blue 42

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

Shades of British Racing Green #04472A

Tints of British Racing Green #04472A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 60.68%

 BLUE value IS 42 (16.8% from 255) = 35.9%

R = 3.42%
G = 60.68%
B = 35.9%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.41

 K value IS 0.72

RGB Variations

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

Color information

#04472A (or 0x04472A) is known color: British Racing Green. HEX triplet: 04, 47 and 2A. RGB value is (4,71,42). Sum of RGB (Red+Green+Blue) = 4+71+42=117 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.42% from 117); Green value is 71 (28.12% from 255 or 60.68% from 117); Blue value is 42 (16.80% from 255 or 35.90% from 117); Max value from RGB is 71 - color contains mainly: green. Hex color #04472A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04472A is #FBB8D5. Grayscale: #2F2F2F. Windows color (decimal): -16496854 or 2770692. OLE color: 2770692.

HSL color Cylindrical-coordinate representation of color #04472A: hue angle of 154.03º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #04472A is Cyan = 0.94, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.72.

Color convert

RGB 4 71 42 -
CMYK 0.94 0 0.41 0.72
HSL 154.03º 0.89% 0.15% -
HSV(B) 154.03º 0.94% 0.28% -
XYZ 2.72 4.7 2.95 -
YUV 47.66 124.8 96.86 -
System Red Green Blue C M Y K H S L
Decimal 4 71 42 0.94 0 0.41 0.72 154.03 0.89 0.15
Hex 4 47 2A 5E 0 29 48 9A 59 F
Octal 4 107 52 136 0 51 110 232 131 17
Binary 100 1000111 101010 1011110 0 101001 1001000 10011010 1011001 1111

Color Harmonies of #04472A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04472A

Black with #04472A

Text Example


Text Example

White with #04472A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,71,42); }

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

background-color css

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

 a { background-color: rgb(4,71,42); }

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

border-color css

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

 span { border-color: rgb(4,71,42); }

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