Html Css Color HEX #035111 British Racing Green

📋 copy color: '#035111'

red 3 ◦ green 81 ◦ blue 17

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

Shades of British Racing Green #035111

Tints of British Racing Green #035111

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 16.83%

R = 2.97%
G = 80.2%
B = 16.83%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.79

 K value IS 0.68

RGB Variations

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

Color information

#035111 (or 0x035111) is known color: British Racing Green. HEX triplet: 03, 51 and 11. RGB value is (3,81,17). Sum of RGB (Red+Green+Blue) = 3+81+17=101 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.97% from 101); Green value is 81 (32.03% from 255 or 80.20% from 101); Blue value is 17 (7.03% from 255 or 16.83% from 101); Max value from RGB is 81 - color contains mainly: green. Hex color #035111 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #035111 is #FCAEEE. Grayscale: #323232. Windows color (decimal): -16559855 or 1134851. OLE color: 1134851.

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

Color convert

RGB 3 81 17 -
CMYK 0.96 0 0.79 0.68
HSL 130.77º 0.93% 0.16% -
HSV(B) 130.77º 0.96% 0.32% -
XYZ 3.08 5.94 1.52 -
YUV 50.38 109.16 94.2 -
System Red Green Blue C M Y K H S L
Decimal 3 81 17 0.96 0 0.79 0.68 130.77 0.93 0.16
Hex 3 51 11 60 0 4F 44 83 5D 10
Octal 3 121 21 140 0 117 104 203 135 20
Binary 11 1010001 10001 1100000 0 1001111 1000100 10000011 1011101 10000

Color Harmonies of #035111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035111

Black with #035111

Text Example


Text Example

White with #035111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035111; }

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

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

background-color css

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

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

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

border-color css

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

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

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