Html Css Color HEX #04472F British Racing Green

📋 copy color: '#04472F'

red 4 ◦ green 71 ◦ blue 47

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

Shades of British Racing Green #04472F

Tints of British Racing Green #04472F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 38.52%

R = 3.28%
G = 58.2%
B = 38.52%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.34

 K value IS 0.72

RGB Variations

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

Color information

#04472F (or 0x04472F) is known color: British Racing Green. HEX triplet: 04, 47 and 2F. RGB value is (4,71,47). Sum of RGB (Red+Green+Blue) = 4+71+47=122 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.28% from 122); Green value is 71 (28.12% from 255 or 58.20% from 122); Blue value is 47 (18.75% from 255 or 38.52% from 122); Max value from RGB is 71 - color contains mainly: green. Hex color #04472F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04472F is #FBB8D0. Grayscale: #303030. Windows color (decimal): -16496849 or 3098372. OLE color: 3098372.

HSL color Cylindrical-coordinate representation of color #04472F: hue angle of 158.51º 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 #04472F is Cyan = 0.94, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.72.

Color convert

RGB 4 71 47 -
CMYK 0.94 0 0.34 0.72
HSL 158.51º 0.89% 0.15% -
HSV(B) 158.51º 0.94% 0.28% -
XYZ 2.82 4.74 3.46 -
YUV 48.23 127.3 96.45 -
System Red Green Blue C M Y K H S L
Decimal 4 71 47 0.94 0 0.34 0.72 158.51 0.89 0.15
Hex 4 47 2F 5E 0 22 48 9F 59 F
Octal 4 107 57 136 0 42 110 237 131 17
Binary 100 1000111 101111 1011110 0 100010 1001000 10011111 1011001 1111

Color Harmonies of #04472F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04472F

Black with #04472F

Text Example


Text Example

White with #04472F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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