#035038

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

Shades of British Racing Green #035038

Tints of British Racing Green #035038

Color information

#035038 (or 0x035038) is unknown color: approx British Racing Green. HEX triplet: 03, 50 and 38. RGB value is (3,80,56). Sum of RGB (Red+Green+Blue) = 3+80+56=139 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.16% from 139); Green value is 80 (31.64% from 255 or 57.55% from 139); Blue value is 56 (22.27% from 255 or 40.29% from 139); Max value from RGB is 80 - color contains mainly: green. Hex color #035038 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035038 is #FCAFC7. Grayscale: #363636. Windows color (decimal): -16560072 or 3690499. OLE color: 3690499.

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

Color convert

RGB38056-
CMYK0.9600.300.69
HSL161.3º92.77%16.27%-
HSV(B)161.3º96.25%31.37%-
XYZ3.626.044.72-
YUV54.24128.9991.45-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.16%
GREEN value IS 80 (31.64% from 255) = 57.55%
BLUE value IS 56 (22.27% from 255) = 40.29%
R=2.16%
G=57.55%
B=40.29%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal380560.9600.300.69161.392.7716.27
Hex350386001E45a15d10
Octal31207014003610524113520
Binary1110100001110001100000011110100010110100001101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035038; }

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

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

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

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

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

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

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

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