#004824

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

Shades of British Racing Green #004824

Tints of British Racing Green #004824

Color information

#004824 (or 0x004824) is unknown color: approx British Racing Green. HEX triplet: 00, 48 and 24. RGB value is (0,72,36). Sum of RGB (Red+Green+Blue) = 0+72+36=108 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 108); Green value is 72 (28.52% from 255 or 66.67% from 108); Blue value is 36 (14.45% from 255 or 33.33% from 108); Max value from RGB is 72 - color contains mainly: green. Hex color #004824 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004824 is #FFB7DB. Grayscale: #2E2E2E. Windows color (decimal): -16758748 or 2377728. OLE color: 2377728.

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

Color convert

RGB07236-
CMYK100.50.72
HSL150º100%14.12%-
HSV(B)150º100%28.24%-
XYZ2.644.762.45-
YUV46.37122.1594.93-

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) = 66.67%
BLUE value IS 36 (14.45% from 255) = 33.33%
R=0%
G=66.67%
B=33.33%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal07236100.50.7215010014.12
Hex0482464032489664e
Octal01104414406211022614416
Binary010010001001001100100011001010010001001011011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #004824; }

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

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

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

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

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

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

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

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