#03452D

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

Shades of British Racing Green #03452D

Tints of British Racing Green #03452D

Color information

#03452D (or 0x03452D) is unknown color: approx British Racing Green. HEX triplet: 03, 45 and 2D. RGB value is (3,69,45). Sum of RGB (Red+Green+Blue) = 3+69+45=117 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.56% from 117); Green value is 69 (27.34% from 255 or 58.97% from 117); Blue value is 45 (17.97% from 255 or 38.46% from 117); Max value from RGB is 69 - color contains mainly: green. Hex color #03452D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03452D is #FCBAD2. Grayscale: #2E2E2E. Windows color (decimal): -16562899 or 2966787. OLE color: 2966787.

HSL color Cylindrical-coordinate representation of color #03452D: hue angle of 158.18º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03452D is Cyan = 0.96, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.73.

Color convert

RGB36945-
CMYK0.9600.350.73
HSL158.18º91.67%14.12%-
HSV(B)158.18º95.65%27.06%-
XYZ2.644.473.21-
YUV46.53127.1396.95-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.56%
GREEN value IS 69 (27.34% from 255) = 58.97%
BLUE value IS 45 (17.97% from 255) = 38.46%
R=2.56%
G=58.97%
B=38.46%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal369450.9600.350.73158.1891.6714.12
Hex3452D60023499e5ce
Octal31055514004311123613416
Binary1110001011011011100000010001110010011001111010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03452D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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