#035012

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

Shades of British Racing Green #035012

Tints of British Racing Green #035012

Color information

#035012 (or 0x035012) is unknown color: approx British Racing Green. HEX triplet: 03, 50 and 12. RGB value is (3,80,18). Sum of RGB (Red+Green+Blue) = 3+80+18=101 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.97% from 101); Green value is 80 (31.64% from 255 or 79.21% from 101); Blue value is 18 (7.42% from 255 or 17.82% from 101); Max value from RGB is 80 - color contains mainly: green. Hex color #035012 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #035012 is #FCAFED. Grayscale: #323232. Windows color (decimal): -16560110 or 1200131. OLE color: 1200131.

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

Color convert

RGB38018-
CMYK0.9600.780.69
HSL131.69º92.77%16.27%-
HSV(B)131.69º96.25%31.37%-
XYZ3.025.81.53-
YUV49.91109.9994.54-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.97%
GREEN value IS 80 (31.64% from 255) = 79.21%
BLUE value IS 18 (7.42% from 255) = 17.82%
R=2.97%
G=79.21%
B=17.82%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal380180.9600.780.69131.6992.7716.27
Hex350126004E45845d10
Octal312022140011610520413520
Binary11101000010010110000001001110100010110000100101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035012; }

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

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

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

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

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

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

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

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