Html Css Color HEX #00472F British Racing Green

📋 copy color: '#00472F'

red 0 ◦ green 71 ◦ blue 47

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

Shades of British Racing Green #00472F

Tints of British Racing Green #00472F

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 60.17%
B = 39.83%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.34

 K value IS 0.72

RGB Variations

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

Color information

#00472F (or 0x00472F) is known color: British Racing Green. HEX triplet: 00, 47 and 2F. RGB value is (0,71,47). Sum of RGB (Red+Green+Blue) = 0+71+47=118 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 118); Green value is 71 (28.12% from 255 or 60.17% from 118); Blue value is 47 (18.75% from 255 or 39.83% from 118); Max value from RGB is 71 - color contains mainly: green. Hex color #00472F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00472F is #FFB8D0. Grayscale: #2F2F2F. Windows color (decimal): -16758993 or 3098368. OLE color: 3098368.

HSL color Cylindrical-coordinate representation of color #00472F: hue angle of 159.72º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00472F is Cyan = 1, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.72.

Color convert

RGB 0 71 47 -
CMYK 1 0 0.34 0.72
HSL 159.72º 1% 0.14% -
HSV(B) 159.72º 1% 0.28% -
XYZ 2.77 4.71 3.45 -
YUV 47.04 127.98 94.45 -
System Red Green Blue C M Y K H S L
Decimal 0 71 47 1 0 0.34 0.72 159.72 1 0.14
Hex 0 47 2F 64 0 22 48 A0 64 E
Octal 0 107 57 144 0 42 110 240 144 16
Binary 0 1000111 101111 1100100 0 100010 1001000 10100000 1100100 1110

Color Harmonies of #00472F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00472F

Black with #00472F

Text Example


Text Example

White with #00472F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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