#03512B

Color #03512B British Racing Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of British Racing Green #03512B

Tints of British Racing Green #03512B

Color information

#03512B (or 0x03512B) is unknown color: approx 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

RGB38143-
CMYK0.9600.470.68
HSL150.77º92.86%16.47%-
HSV(B)150.77º96.3%31.76%-
XYZ3.426.083.28-
YUV53.35122.1692.09-

RGB Variations

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

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 (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal381430.9600.470.68150.7792.8616.47
Hex3512B6002F44975d10
Octal31215314005710422713520
Binary11101000110101111000000101111100010010010111101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03512B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>