#03512F

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

Shades of British Racing Green #03512F

Tints of British Racing Green #03512F

Color information

#03512F (or 0x03512F) is unknown color: approx British Racing Green. HEX triplet: 03, 51 and 2F. RGB value is (3,81,47). Sum of RGB (Red+Green+Blue) = 3+81+47=131 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.29% from 131); Green value is 81 (32.03% from 255 or 61.83% from 131); Blue value is 47 (18.75% from 255 or 35.88% from 131); Max value from RGB is 81 - color contains mainly: green. Hex color #03512F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03512F is #FCAED0. Grayscale: #353535. Windows color (decimal): -16559825 or 3100931. OLE color: 3100931.

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

Color convert

RGB38147-
CMYK0.9600.420.68
HSL153.85º92.86%16.47%-
HSV(B)153.85º96.3%31.76%-
XYZ3.496.113.68-
YUV53.8124.1691.76-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.29%
GREEN value IS 81 (32.03% from 255) = 61.83%
BLUE value IS 47 (18.75% from 255) = 35.88%
R=2.29%
G=61.83%
B=35.88%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal381470.9600.420.68153.8592.8616.47
Hex3512F6002A449a5d10
Octal31215714005210423213520
Binary11101000110111111000000101010100010010011010101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03512F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #03512F;
 }
 .AnyTagClassName
 {
   color: #03512F;
 }
</style>
background-color css

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

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

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

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

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

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