#03531C

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

Shades of British Racing Green #03531C

Tints of British Racing Green #03531C

Color information

#03531C (or 0x03531C) is unknown color: approx British Racing Green. HEX triplet: 03, 53 and 1C. RGB value is (3,83,28). Sum of RGB (Red+Green+Blue) = 3+83+28=114 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.63% from 114); Green value is 83 (32.81% from 255 or 72.81% from 114); Blue value is 28 (11.33% from 255 or 24.56% from 114); Max value from RGB is 83 - color contains mainly: green. Hex color #03531C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03531C is #FCACE3. Grayscale: #343434. Windows color (decimal): -16559332 or 1856259. OLE color: 1856259.

HSL color Cylindrical-coordinate representation of color #03531C: hue angle of 138.75º 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 #03531C is Cyan = 0.96, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.67.

Color convert

RGB38328-
CMYK0.9600.660.67
HSL138.75º93.02%16.86%-
HSV(B)138.75º96.39%32.55%-
XYZ3.346.292.14-
YUV52.8111492.47-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.63%
GREEN value IS 83 (32.81% from 255) = 72.81%
BLUE value IS 28 (11.33% from 255) = 24.56%
R=2.63%
G=72.81%
B=24.56%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal383280.9600.660.67138.7593.0216.86
Hex3531C60042438b5d11
Octal312334140010210321313521
Binary11101001111100110000001000010100001110001011101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03531C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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