Html Css Color HEX #004732 British Racing Green

📋 copy color: '#004732'

red 0 ◦ green 71 ◦ blue 50

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

Shades of British Racing Green #004732

Tints of British Racing Green #004732

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 41.32%

R = 0%
G = 58.68%
B = 41.32%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.30

 K value IS 0.72

RGB Variations

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

Color information

#004732 (or 0x004732) is known color: British Racing Green. HEX triplet: 00, 47 and 32. RGB value is (0,71,50). Sum of RGB (Red+Green+Blue) = 0+71+50=121 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 121); Green value is 71 (28.12% from 255 or 58.68% from 121); Blue value is 50 (19.92% from 255 or 41.32% from 121); Max value from RGB is 71 - color contains mainly: green. Hex color #004732 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004732 is #FFB8CD. Grayscale: #2F2F2F. Windows color (decimal): -16758990 or 3294976. OLE color: 3294976.

HSL color Cylindrical-coordinate representation of color #004732: hue angle of 162.25º 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 #004732 is Cyan = 1, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.72.

Color convert

RGB 0 71 50 -
CMYK 1 0 0.30 0.72
HSL 162.25º 1% 0.14% -
HSV(B) 162.25º 1% 0.28% -
XYZ 2.83 4.74 3.78 -
YUV 47.38 129.48 94.21 -
System Red Green Blue C M Y K H S L
Decimal 0 71 50 1 0 0.30 0.72 162.25 1 0.14
Hex 0 47 32 64 0 1E 48 A2 64 E
Octal 0 107 62 144 0 36 110 242 144 16
Binary 0 1000111 110010 1100100 0 11110 1001000 10100010 1100100 1110

Color Harmonies of #004732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004732

Black with #004732

Text Example


Text Example

White with #004732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004732; }

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

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

background-color css

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

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

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

border-color css

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

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

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