#035034

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

Shades of British Racing Green #035034

Tints of British Racing Green #035034

Color information

#035034 (or 0x035034) is unknown color: approx British Racing Green. HEX triplet: 03, 50 and 34. RGB value is (3,80,52). Sum of RGB (Red+Green+Blue) = 3+80+52=135 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.22% from 135); Green value is 80 (31.64% from 255 or 59.26% from 135); Blue value is 52 (20.70% from 255 or 38.52% from 135); Max value from RGB is 80 - color contains mainly: green. Hex color #035034 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035034 is #FCAFCB. Grayscale: #353535. Windows color (decimal): -16560076 or 3428355. OLE color: 3428355.

HSL color Cylindrical-coordinate representation of color #035034: hue angle of 158.18º 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 #035034 is Cyan = 0.96, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.69.

Color convert

RGB38052-
CMYK0.9600.350.69
HSL158.18º92.77%16.27%-
HSV(B)158.18º96.25%31.37%-
XYZ3.5364.22-
YUV53.78126.9991.78-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.22%
GREEN value IS 80 (31.64% from 255) = 59.26%
BLUE value IS 52 (20.70% from 255) = 38.52%
R=2.22%
G=59.26%
B=38.52%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal380520.9600.350.69158.1892.7716.27
Hex3503460023459e5d10
Octal31206414004310523613520
Binary11101000011010011000000100011100010110011110101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035034; }

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

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

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

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

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

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

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

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