Html Css Color HEX #035013 British Racing Green

📋 copy color: '#035013'

red 3 ◦ green 80 ◦ blue 19

#035013
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of British Racing Green #035013

Tints of British Racing Green #035013

RGB

 RED value IS 3 (1.56% from 255) = 2.94%

 GREEN value IS 80 (31.64% from 255) = 78.43%

 BLUE value IS 19 (7.81% from 255) = 18.63%

R = 2.94%
G = 78.43%
B = 18.63%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.76

 K value IS 0.69

RGB Variations

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

Color information

#035013 (or 0x035013) is known color: British Racing Green. HEX triplet: 03, 50 and 13. RGB value is (3,80,19). Sum of RGB (Red+Green+Blue) = 3+80+19=102 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.94% from 102); Green value is 80 (31.64% from 255 or 78.43% from 102); Blue value is 19 (7.81% from 255 or 18.63% from 102); Max value from RGB is 80 - color contains mainly: green. Hex color #035013 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #035013 is #FCAFEC. Grayscale: #323232. Windows color (decimal): -16560109 or 1265667. OLE color: 1265667.

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

Color convert

RGB 3 80 19 -
CMYK 0.96 0 0.76 0.69
HSL 132.47º 0.93% 0.16% -
HSV(B) 132.47º 0.96% 0.31% -
XYZ 3.02 5.8 1.58 -
YUV 50.02 110.49 94.46 -
System Red Green Blue C M Y K H S L
Decimal 3 80 19 0.96 0 0.76 0.69 132.47 0.93 0.16
Hex 3 50 13 60 0 4C 45 84 5D 10
Octal 3 120 23 140 0 114 105 204 135 20
Binary 11 1010000 10011 1100000 0 1001100 1000101 10000100 1011101 10000

Color Harmonies of #035013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035013

Black with #035013

Text Example


Text Example

White with #035013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035013; }

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

 H1.HeaderClassName
 {
   color: #035013;
 }
 .AnyTagClassName
 {
   color: #035013;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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