#03531D

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

Shades of British Racing Green #03531D

Tints of British Racing Green #03531D

Color information

#03531D (or 0x03531D) is unknown color: approx British Racing Green. HEX triplet: 03, 53 and 1D. RGB value is (3,83,29). Sum of RGB (Red+Green+Blue) = 3+83+29=115 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.61% from 115); Green value is 83 (32.81% from 255 or 72.17% from 115); Blue value is 29 (11.72% from 255 or 25.22% from 115); Max value from RGB is 83 - color contains mainly: green. Hex color #03531D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03531D is #FCACE2. Grayscale: #353535. Windows color (decimal): -16559331 or 1921795. OLE color: 1921795.

HSL color Cylindrical-coordinate representation of color #03531D: hue angle of 139.5º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03531D is Cyan = 0.96, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.67.

Color convert

RGB38329-
CMYK0.9600.650.67
HSL139.5º93.02%16.86%-
HSV(B)139.5º96.39%32.55%-
XYZ3.356.292.2-
YUV52.92114.592.39-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.61%
GREEN value IS 83 (32.81% from 255) = 72.17%
BLUE value IS 29 (11.72% from 255) = 25.22%
R=2.61%
G=72.17%
B=25.22%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal383290.9600.650.67139.593.0216.86
Hex3531D60041438c5d11
Octal312335140010110321413521
Binary11101001111101110000001000001100001110001100101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03531D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,83,29); }

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

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

 a { background-color: rgb(3,83,29); }

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

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

 span { border-color: rgb(3,83,29); }

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