#035312

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

Shades of British Racing Green #035312

Tints of British Racing Green #035312

Color information

#035312 (or 0x035312) is unknown color: approx British Racing Green. HEX triplet: 03, 53 and 12. RGB value is (3,83,18). Sum of RGB (Red+Green+Blue) = 3+83+18=104 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.88% from 104); Green value is 83 (32.81% from 255 or 79.81% from 104); Blue value is 18 (7.42% from 255 or 17.31% from 104); Max value from RGB is 83 - color contains mainly: green. Hex color #035312 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #035312 is #FCACED. Grayscale: #333333. Windows color (decimal): -16559342 or 1200899. OLE color: 1200899.

HSL color Cylindrical-coordinate representation of color #035312: hue angle of 131.25º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #035312 is Cyan = 0.96, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.67.

Color convert

RGB38318-
CMYK0.9600.780.67
HSL131.25º93.02%16.86%-
HSV(B)131.25º96.39%32.55%-
XYZ3.246.251.61-
YUV51.6710993.29-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.88%
GREEN value IS 83 (32.81% from 255) = 79.81%
BLUE value IS 18 (7.42% from 255) = 17.31%
R=2.88%
G=79.81%
B=17.31%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal383180.9600.780.67131.2593.0216.86
Hex353126004E43835d11
Octal312322140011610320313521
Binary11101001110010110000001001110100001110000011101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035312; }

 p { color: rgb(3,83,18); }

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

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

 a { background-color: rgb(3,83,18); }

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

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

 span { border-color: rgb(3,83,18); }

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