Html Css Color HEX #035037 British Racing Green

📋 copy color: '#035037'

red 3 ◦ green 80 ◦ blue 55

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

Shades of British Racing Green #035037

Tints of British Racing Green #035037

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 39.86%

R = 2.17%
G = 57.97%
B = 39.86%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.31

 K value IS 0.69

RGB Variations

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

Color information

#035037 (or 0x035037) is known color: British Racing Green. HEX triplet: 03, 50 and 37. RGB value is (3,80,55). Sum of RGB (Red+Green+Blue) = 3+80+55=138 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.17% from 138); Green value is 80 (31.64% from 255 or 57.97% from 138); Blue value is 55 (21.88% from 255 or 39.86% from 138); Max value from RGB is 80 - color contains mainly: green. Hex color #035037 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035037 is #FCAFC8. Grayscale: #363636. Windows color (decimal): -16560073 or 3624963. OLE color: 3624963.

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

Color convert

RGB 3 80 55 -
CMYK 0.96 0 0.31 0.69
HSL 160.52º 0.93% 0.16% -
HSV(B) 160.52º 0.96% 0.31% -
XYZ 3.6 6.03 4.59 -
YUV 54.13 128.49 91.53 -
System Red Green Blue C M Y K H S L
Decimal 3 80 55 0.96 0 0.31 0.69 160.52 0.93 0.16
Hex 3 50 37 60 0 1F 45 A1 5D 10
Octal 3 120 67 140 0 37 105 241 135 20
Binary 11 1010000 110111 1100000 0 11111 1000101 10100001 1011101 10000

Color Harmonies of #035037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035037

Black with #035037

Text Example


Text Example

White with #035037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035037; }

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

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

background-color css

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

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

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

border-color css

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

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

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