#03452F

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

Shades of British Racing Green #03452F

Tints of British Racing Green #03452F

Color information

#03452F (or 0x03452F) is unknown color: approx British Racing Green. HEX triplet: 03, 45 and 2F. RGB value is (3,69,47). Sum of RGB (Red+Green+Blue) = 3+69+47=119 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.52% from 119); Green value is 69 (27.34% from 255 or 57.98% from 119); Blue value is 47 (18.75% from 255 or 39.50% from 119); Max value from RGB is 69 - color contains mainly: green. Hex color #03452F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03452F is #FCBAD0. Grayscale: #2E2E2E. Windows color (decimal): -16562897 or 3097859. OLE color: 3097859.

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

Color convert

RGB36947-
CMYK0.9600.320.73
HSL160º91.67%14.12%-
HSV(B)160º95.65%27.06%-
XYZ2.684.483.41-
YUV46.76128.1396.79-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.52%
GREEN value IS 69 (27.34% from 255) = 57.98%
BLUE value IS 47 (18.75% from 255) = 39.50%
R=2.52%
G=57.98%
B=39.50%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal369470.9600.320.7316091.6714.12
Hex3452F6002049a05ce
Octal31055714004011124013416
Binary1110001011011111100000010000010010011010000010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03452F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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