Html Css Color HEX #03511C British Racing Green

📋 copy color: '#03511C'

red 3 ◦ green 81 ◦ blue 28

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

Shades of British Racing Green #03511C

Tints of British Racing Green #03511C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 25%

R = 2.68%
G = 72.32%
B = 25%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.65

 K value IS 0.68

RGB Variations

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

Color information

#03511C (or 0x03511C) is known color: British Racing Green. HEX triplet: 03, 51 and 1C. RGB value is (3,81,28). Sum of RGB (Red+Green+Blue) = 3+81+28=112 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.68% from 112); Green value is 81 (32.03% from 255 or 72.32% from 112); Blue value is 28 (11.33% from 255 or 25% from 112); Max value from RGB is 81 - color contains mainly: green. Hex color #03511C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03511C is #FCAEE3. Grayscale: #333333. Windows color (decimal): -16559844 or 1855747. OLE color: 1855747.

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

Color convert

RGB 3 81 28 -
CMYK 0.96 0 0.65 0.68
HSL 139.23º 0.93% 0.16% -
HSV(B) 139.23º 0.96% 0.32% -
XYZ 3.19 5.99 2.09 -
YUV 51.64 114.66 93.31 -
System Red Green Blue C M Y K H S L
Decimal 3 81 28 0.96 0 0.65 0.68 139.23 0.93 0.16
Hex 3 51 1C 60 0 41 44 8B 5D 10
Octal 3 121 34 140 0 101 104 213 135 20
Binary 11 1010001 11100 1100000 0 1000001 1000100 10001011 1011101 10000

Color Harmonies of #03511C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03511C

Black with #03511C

Text Example


Text Example

White with #03511C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03511C; }

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

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

background-color css

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

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

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

border-color css

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

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

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