Html Css Color HEX #035131 British Racing Green

📋 copy color: '#035131'

red 3 ◦ green 81 ◦ blue 49

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

Shades of British Racing Green #035131

Tints of British Racing Green #035131

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 36.84%

R = 2.26%
G = 60.9%
B = 36.84%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.40

 K value IS 0.68

RGB Variations

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

Color information

#035131 (or 0x035131) is known color: British Racing Green. HEX triplet: 03, 51 and 31. RGB value is (3,81,49). Sum of RGB (Red+Green+Blue) = 3+81+49=133 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.26% from 133); Green value is 81 (32.03% from 255 or 60.90% from 133); Blue value is 49 (19.53% from 255 or 36.84% from 133); Max value from RGB is 81 - color contains mainly: green. Hex color #035131 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035131 is #FCAECE. Grayscale: #363636. Windows color (decimal): -16559823 or 3232003. OLE color: 3232003.

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

Color convert

RGB 3 81 49 -
CMYK 0.96 0 0.40 0.68
HSL 155.38º 0.93% 0.16% -
HSV(B) 155.38º 0.96% 0.32% -
XYZ 3.53 6.13 3.9 -
YUV 54.03 125.16 91.6 -
System Red Green Blue C M Y K H S L
Decimal 3 81 49 0.96 0 0.40 0.68 155.38 0.93 0.16
Hex 3 51 31 60 0 28 44 9B 5D 10
Octal 3 121 61 140 0 50 104 233 135 20
Binary 11 1010001 110001 1100000 0 101000 1000100 10011011 1011101 10000

Color Harmonies of #035131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035131

Black with #035131

Text Example


Text Example

White with #035131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035131; }

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

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

background-color css

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

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

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

border-color css

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

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

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