Html Css Color HEX #035020 British Racing Green

📋 copy color: '#035020'

red 3 ◦ green 80 ◦ blue 32

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

Shades of British Racing Green #035020

Tints of British Racing Green #035020

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 27.83%

R = 2.61%
G = 69.57%
B = 27.83%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.60

 K value IS 0.69

RGB Variations

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

Color information

#035020 (or 0x035020) is known color: British Racing Green. HEX triplet: 03, 50 and 20. RGB value is (3,80,32). Sum of RGB (Red+Green+Blue) = 3+80+32=115 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.61% from 115); Green value is 80 (31.64% from 255 or 69.57% from 115); Blue value is 32 (12.89% from 255 or 27.83% from 115); Max value from RGB is 80 - color contains mainly: green. Hex color #035020 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035020 is #FCAFDF. Grayscale: #333333. Windows color (decimal): -16560096 or 2117635. OLE color: 2117635.

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

Color convert

RGB 3 80 32 -
CMYK 0.96 0 0.60 0.69
HSL 142.6º 0.93% 0.16% -
HSV(B) 142.6º 0.96% 0.31% -
XYZ 3.17 5.86 2.33 -
YUV 51.51 116.99 93.4 -
System Red Green Blue C M Y K H S L
Decimal 3 80 32 0.96 0 0.60 0.69 142.6 0.93 0.16
Hex 3 50 20 60 0 3C 45 8F 5D 10
Octal 3 120 40 140 0 74 105 217 135 20
Binary 11 1010000 100000 1100000 0 111100 1000101 10001111 1011101 10000

Color Harmonies of #035020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035020

Black with #035020

Text Example


Text Example

White with #035020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035020; }

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

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

background-color css

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

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

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

border-color css

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

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

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