#005219

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

Shades of British Racing Green #005219

Tints of British Racing Green #005219

Color information

#005219 (or 0x005219) is unknown color: approx British Racing Green. HEX triplet: 00, 52 and 19. RGB value is (0,82,25). Sum of RGB (Red+Green+Blue) = 0+82+25=107 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 107); Green value is 82 (32.42% from 255 or 76.64% from 107); Blue value is 25 (10.16% from 255 or 23.36% from 107); Max value from RGB is 82 - color contains mainly: green. Hex color #005219 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #005219 is #FFADE6. Grayscale: #333333. Windows color (decimal): -16756199 or 1659392. OLE color: 1659392.

HSL color Cylindrical-coordinate representation of color #005219: hue angle of 138.29º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005219 is Cyan = 1, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.68.

Color convert

RGB08225-
CMYK100.700.68
HSL138.29º100%16.08%-
HSV(B)138.29º100%32.16%-
XYZ3.196.11.93-
YUV50.98113.3391.63-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 82 (32.42% from 255) = 76.64%
BLUE value IS 25 (10.16% from 255) = 23.36%
R=0%
G=76.64%
B=23.36%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal08225100.700.68138.2910016.08
Hex0521964046448a6410
Octal012231144010610421214420
Binary0101001011001110010001000110100010010001010110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #005219; }

 p { color: rgb(0,82,25); }

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

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

 a { background-color: rgb(0,82,25); }

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

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

 span { border-color: rgb(0,82,25); }

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