Html Css Color HEX #035132 British Racing Green

📋 copy color: '#035132'

red 3 ◦ green 81 ◦ blue 50

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

Shades of British Racing Green #035132

Tints of British Racing Green #035132

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 37.31%

R = 2.24%
G = 60.45%
B = 37.31%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.38

 K value IS 0.68

RGB Variations

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

Color information

#035132 (or 0x035132) is known color: British Racing Green. HEX triplet: 03, 51 and 32. RGB value is (3,81,50). Sum of RGB (Red+Green+Blue) = 3+81+50=134 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.24% from 134); Green value is 81 (32.03% from 255 or 60.45% from 134); Blue value is 50 (19.92% from 255 or 37.31% from 134); Max value from RGB is 81 - color contains mainly: green. Hex color #035132 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035132 is #FCAECD. Grayscale: #363636. Windows color (decimal): -16559822 or 3297539. OLE color: 3297539.

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

Color convert

RGB 3 81 50 -
CMYK 0.96 0 0.38 0.68
HSL 156.15º 0.93% 0.16% -
HSV(B) 156.15º 0.96% 0.32% -
XYZ 3.56 6.13 4.01 -
YUV 54.14 125.66 91.52 -
System Red Green Blue C M Y K H S L
Decimal 3 81 50 0.96 0 0.38 0.68 156.15 0.93 0.16
Hex 3 51 32 60 0 26 44 9C 5D 10
Octal 3 121 62 140 0 46 104 234 135 20
Binary 11 1010001 110010 1100000 0 100110 1000100 10011100 1011101 10000

Color Harmonies of #035132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035132

Black with #035132

Text Example


Text Example

White with #035132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035132; }

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

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

background-color css

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

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

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

border-color css

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

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

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