Html Css Color HEX #03512B British Racing Green

📋 copy color: '#03512B'

red 3 ◦ green 81 ◦ blue 43

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

Shades of British Racing Green #03512B

Tints of British Racing Green #03512B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 33.86%

R = 2.36%
G = 63.78%
B = 33.86%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.47

 K value IS 0.68

RGB Variations

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

Color information

#03512B (or 0x03512B) is known color: British Racing Green. HEX triplet: 03, 51 and 2B. RGB value is (3,81,43). Sum of RGB (Red+Green+Blue) = 3+81+43=127 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.36% from 127); Green value is 81 (32.03% from 255 or 63.78% from 127); Blue value is 43 (17.19% from 255 or 33.86% from 127); Max value from RGB is 81 - color contains mainly: green. Hex color #03512B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03512B is #FCAED4. Grayscale: #353535. Windows color (decimal): -16559829 or 2838787. OLE color: 2838787.

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

Color convert

RGB 3 81 43 -
CMYK 0.96 0 0.47 0.68
HSL 150.77º 0.93% 0.16% -
HSV(B) 150.77º 0.96% 0.32% -
XYZ 3.42 6.08 3.28 -
YUV 53.35 122.16 92.09 -
System Red Green Blue C M Y K H S L
Decimal 3 81 43 0.96 0 0.47 0.68 150.77 0.93 0.16
Hex 3 51 2B 60 0 2F 44 97 5D 10
Octal 3 121 53 140 0 57 104 227 135 20
Binary 11 1010001 101011 1100000 0 101111 1000100 10010111 1011101 10000

Color Harmonies of #03512B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03512B

Black with #03512B

Text Example


Text Example

White with #03512B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03512B; }

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

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

background-color css

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

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

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

border-color css

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

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

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