Html Css Color HEX #035035 British Racing Green

📋 copy color: '#035035'

red 3 ◦ green 80 ◦ blue 53

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

Shades of British Racing Green #035035

Tints of British Racing Green #035035

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 38.97%

R = 2.21%
G = 58.82%
B = 38.97%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.34

 K value IS 0.69

RGB Variations

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

Color information

#035035 (or 0x035035) is known color: British Racing Green. HEX triplet: 03, 50 and 35. RGB value is (3,80,53). Sum of RGB (Red+Green+Blue) = 3+80+53=136 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.21% from 136); Green value is 80 (31.64% from 255 or 58.82% from 136); Blue value is 53 (21.09% from 255 or 38.97% from 136); Max value from RGB is 80 - color contains mainly: green. Hex color #035035 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035035 is #FCAFCA. Grayscale: #353535. Windows color (decimal): -16560075 or 3493891. OLE color: 3493891.

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

Color convert

RGB 3 80 53 -
CMYK 0.96 0 0.34 0.69
HSL 158.96º 0.93% 0.16% -
HSV(B) 158.96º 0.96% 0.31% -
XYZ 3.55 6.01 4.34 -
YUV 53.9 127.49 91.7 -
System Red Green Blue C M Y K H S L
Decimal 3 80 53 0.96 0 0.34 0.69 158.96 0.93 0.16
Hex 3 50 35 60 0 22 45 9F 5D 10
Octal 3 120 65 140 0 42 105 237 135 20
Binary 11 1010000 110101 1100000 0 100010 1000101 10011111 1011101 10000

Color Harmonies of #035035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035035

Black with #035035

Text Example


Text Example

White with #035035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035035; }

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

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

background-color css

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

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

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

border-color css

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

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

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