#004732

Color #004732 British Racing Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of British Racing Green #004732

Tints of British Racing Green #004732

Color information

#004732 (or 0x004732) is unknown color: approx 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

RGB07150-
CMYK100.300.72
HSL162.25º100%13.92%-
HSV(B)162.25º100%27.84%-
XYZ2.834.743.78-
YUV47.38129.4894.21-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 71 (28.12% from 255) = 58.68%
BLUE value IS 50 (19.92% from 255) = 41.32%
R=0%
G=58.68%
B=41.32%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal07150100.300.72162.2510013.92
Hex047326401E48a264e
Octal01076214403611024214416
Binary01000111110010110010001111010010001010001011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>