#005329

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

Shades of British Racing Green #005329

Tints of British Racing Green #005329

Color information

#005329 (or 0x005329) is unknown color: approx British Racing Green. HEX triplet: 00, 53 and 29. RGB value is (0,83,41). Sum of RGB (Red+Green+Blue) = 0+83+41=124 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 124); Green value is 83 (32.81% from 255 or 66.94% from 124); Blue value is 41 (16.41% from 255 or 33.06% from 124); Max value from RGB is 83 - color contains mainly: green. Hex color #005329 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005329 is #FFACD6. Grayscale: #353535. Windows color (decimal): -16755927 or 2708224. OLE color: 2708224.

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

Color convert

RGB08341-
CMYK100.510.67
HSL149.64º100%16.27%-
HSV(B)149.64º100%32.55%-
XYZ3.496.353.14-
YUV53.412189.92-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 83 (32.81% from 255) = 66.94%
BLUE value IS 41 (16.41% from 255) = 33.06%
R=0%
G=66.94%
B=33.06%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal08341100.510.67149.6410016.27
Hex053296403343966410
Octal01235114406310322614420
Binary0101001110100111001000110011100001110010110110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #005329; }

 p { color: rgb(0,83,41); }

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

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

 a { background-color: rgb(0,83,41); }

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

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

 span { border-color: rgb(0,83,41); }

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