#03512D

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

Shades of British Racing Green #03512D

Tints of British Racing Green #03512D

Color information

#03512D (or 0x03512D) is unknown color: approx British Racing Green. HEX triplet: 03, 51 and 2D. RGB value is (3,81,45). Sum of RGB (Red+Green+Blue) = 3+81+45=129 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.33% from 129); Green value is 81 (32.03% from 255 or 62.79% from 129); Blue value is 45 (17.97% from 255 or 34.88% from 129); Max value from RGB is 81 - color contains mainly: green. Hex color #03512D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03512D is #FCAED2. Grayscale: #353535. Windows color (decimal): -16559827 or 2969859. OLE color: 2969859.

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

Color convert

RGB38145-
CMYK0.9600.440.68
HSL152.31º92.86%16.47%-
HSV(B)152.31º96.3%31.76%-
XYZ3.456.093.48-
YUV53.57123.1691.93-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.33%
GREEN value IS 81 (32.03% from 255) = 62.79%
BLUE value IS 45 (17.97% from 255) = 34.88%
R=2.33%
G=62.79%
B=34.88%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal381450.9600.440.68152.3192.8616.47
Hex3512D6002C44985d10
Octal31215514005410423013520
Binary11101000110110111000000101100100010010011000101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03512D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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