#034824

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

Shades of British Racing Green #034824

Tints of British Racing Green #034824

Color information

#034824 (or 0x034824) is unknown color: approx British Racing Green. HEX triplet: 03, 48 and 24. RGB value is (3,72,36). Sum of RGB (Red+Green+Blue) = 3+72+36=111 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.70% from 111); Green value is 72 (28.52% from 255 or 64.86% from 111); Blue value is 36 (14.45% from 255 or 32.43% from 111); Max value from RGB is 72 - color contains mainly: green. Hex color #034824 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034824 is #FCB7DB. Grayscale: #2F2F2F. Windows color (decimal): -16562140 or 2377731. OLE color: 2377731.

HSL color Cylindrical-coordinate representation of color #034824: hue angle of 148.7º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #034824 is Cyan = 0.96, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.72.

Color convert

RGB37236-
CMYK0.9600.50.72
HSL148.7º92%14.71%-
HSV(B)148.7º95.83%28.24%-
XYZ2.674.782.45-
YUV47.26121.6496.43-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.70%
GREEN value IS 72 (28.52% from 255) = 64.86%
BLUE value IS 36 (14.45% from 255) = 32.43%
R=2.70%
G=64.86%
B=32.43%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal372360.9600.50.72148.79214.71
Hex348246003248955cf
Octal31104414006211022513417
Binary1110010001001001100000011001010010001001010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034824; }

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

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

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

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

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

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

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

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