Html Css Color HEX #035135 British Racing Green

📋 copy color: '#035135'

red 3 ◦ green 81 ◦ blue 53

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

Shades of British Racing Green #035135

Tints of British Racing Green #035135

RGB

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

 GREEN value IS 81 (32.03% from 255) = 59.12%

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

R = 2.19%
G = 59.12%
B = 38.69%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.35

 K value IS 0.68

RGB Variations

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

Color information

#035135 (or 0x035135) is known color: British Racing Green. HEX triplet: 03, 51 and 35. RGB value is (3,81,53). Sum of RGB (Red+Green+Blue) = 3+81+53=137 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.19% from 137); Green value is 81 (32.03% from 255 or 59.12% from 137); Blue value is 53 (21.09% from 255 or 38.69% from 137); Max value from RGB is 81 - color contains mainly: green. Hex color #035135 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035135 is #FCAECA. Grayscale: #363636. Windows color (decimal): -16559819 or 3494147. OLE color: 3494147.

HSL color Cylindrical-coordinate representation of color #035135: hue angle of 158.46º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #035135 is Cyan = 0.96, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.68.

Color convert

RGB 3 81 53 -
CMYK 0.96 0 0.35 0.68
HSL 158.46º 0.93% 0.16% -
HSV(B) 158.46º 0.96% 0.32% -
XYZ 3.62 6.16 4.37 -
YUV 54.49 127.16 91.28 -
System Red Green Blue C M Y K H S L
Decimal 3 81 53 0.96 0 0.35 0.68 158.46 0.93 0.16
Hex 3 51 35 60 0 23 44 9E 5D 10
Octal 3 121 65 140 0 43 104 236 135 20
Binary 11 1010001 110101 1100000 0 100011 1000100 10011110 1011101 10000

Color Harmonies of #035135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035135

Black with #035135

Text Example


Text Example

White with #035135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035135; }

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

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

background-color css

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

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

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

border-color css

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

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

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