#035029

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

Shades of British Racing Green #035029

Tints of British Racing Green #035029

Color information

#035029 (or 0x035029) is unknown color: approx British Racing Green. HEX triplet: 03, 50 and 29. RGB value is (3,80,41). Sum of RGB (Red+Green+Blue) = 3+80+41=124 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.42% from 124); Green value is 80 (31.64% from 255 or 64.52% from 124); Blue value is 41 (16.41% from 255 or 33.06% from 124); Max value from RGB is 80 - color contains mainly: green. Hex color #035029 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035029 is #FCAFD6. Grayscale: #343434. Windows color (decimal): -16560087 or 2707459. OLE color: 2707459.

HSL color Cylindrical-coordinate representation of color #035029: hue angle of 149.61º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #035029 is Cyan = 0.96, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.69.

Color convert

RGB38041-
CMYK0.9600.490.69
HSL149.61º92.77%16.27%-
HSV(B)149.61º96.25%31.37%-
XYZ3.315.923.07-
YUV52.53121.4992.67-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.42%
GREEN value IS 80 (31.64% from 255) = 64.52%
BLUE value IS 41 (16.41% from 255) = 33.06%
R=2.42%
G=64.52%
B=33.06%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal380410.9600.490.69149.6192.7716.27
Hex350296003145965d10
Octal31205114006110522613520
Binary11101000010100111000000110001100010110010110101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035029; }

 p { color: rgb(3,80,41); }

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

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

 a { background-color: rgb(3,80,41); }

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

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

 span { border-color: rgb(3,80,41); }

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