Html Css Color HEX #005035 British Racing Green

📋 copy color: '#005035'

red 0 ◦ green 80 ◦ blue 53

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

Shades of British Racing Green #005035

Tints of British Racing Green #005035

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 60.15%
B = 39.85%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.34

 K value IS 0.69

RGB Variations

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

Color information

#005035 (or 0x005035) is known color: British Racing Green. HEX triplet: 00, 50 and 35. RGB value is (0,80,53). Sum of RGB (Red+Green+Blue) = 0+80+53=133 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 133); Green value is 80 (31.64% from 255 or 60.15% from 133); Blue value is 53 (21.09% from 255 or 39.85% from 133); Max value from RGB is 80 - color contains mainly: green. Hex color #005035 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005035 is #FFAFCA. Grayscale: #353535. Windows color (decimal): -16756683 or 3493888. OLE color: 3493888.

HSL color Cylindrical-coordinate representation of color #005035: hue angle of 159.75º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005035 is Cyan = 1, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.69.

Color convert

RGB 0 80 53 -
CMYK 1 0 0.34 0.69
HSL 159.75º 1% 0.16% -
HSV(B) 159.75º 1% 0.31% -
XYZ 3.51 5.99 4.34 -
YUV 53 128 90.2 -
System Red Green Blue C M Y K H S L
Decimal 0 80 53 1 0 0.34 0.69 159.75 1 0.16
Hex 0 50 35 64 0 22 45 A0 64 10
Octal 0 120 65 144 0 42 105 240 144 20
Binary 0 1010000 110101 1100100 0 100010 1000101 10100000 1100100 10000

Color Harmonies of #005035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005035

Black with #005035

Text Example


Text Example

White with #005035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005035; }

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

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

background-color css

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

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

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

border-color css

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

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

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