#004832

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

Shades of British Racing Green #004832

Tints of British Racing Green #004832

Color information

#004832 (or 0x004832) is unknown color: approx British Racing Green. HEX triplet: 00, 48 and 32. RGB value is (0,72,50). Sum of RGB (Red+Green+Blue) = 0+72+50=122 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 122); Green value is 72 (28.52% from 255 or 59.02% from 122); Blue value is 50 (19.92% from 255 or 40.98% from 122); Max value from RGB is 72 - color contains mainly: green. Hex color #004832 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004832 is #FFB7CD. Grayscale: #2F2F2F. Windows color (decimal): -16758734 or 3295232. OLE color: 3295232.

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

Color convert

RGB07250-
CMYK100.310.72
HSL161.67º100%14.12%-
HSV(B)161.67º100%28.24%-
XYZ2.894.873.8-
YUV47.96129.1593.79-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 72 (28.52% from 255) = 59.02%
BLUE value IS 50 (19.92% from 255) = 40.98%
R=0%
G=59.02%
B=40.98%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal07250100.310.72161.6710014.12
Hex048326401F48a264e
Octal01106214403711024214416
Binary01001000110010110010001111110010001010001011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #004832; }

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

 H1.HeaderClassName
 {
   color: #004832;
 }
 .AnyTagClassName
 {
   color: #004832;
 }
</style>
background-color css

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

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

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

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

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

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