#03562F

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

Shades of British Racing Green #03562F

Tints of British Racing Green #03562F

Color information

#03562F (or 0x03562F) is unknown color: approx British Racing Green. HEX triplet: 03, 56 and 2F. RGB value is (3,86,47). Sum of RGB (Red+Green+Blue) = 3+86+47=136 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.21% from 136); Green value is 86 (33.98% from 255 or 63.24% from 136); Blue value is 47 (18.75% from 255 or 34.56% from 136); Max value from RGB is 86 - color contains mainly: green. Hex color #03562F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03562F is #FCA9D0. Grayscale: #383838. Windows color (decimal): -16558545 or 3102211. OLE color: 3102211.

HSL color Cylindrical-coordinate representation of color #03562F: hue angle of 151.81º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03562F is Cyan = 0.97, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.66.

Color convert

RGB38647-
CMYK0.9700.450.66
HSL151.81º93.26%17.45%-
HSV(B)151.81º96.51%33.73%-
XYZ3.886.883.81-
YUV56.74122.589.67-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.21%
GREEN value IS 86 (33.98% from 255) = 63.24%
BLUE value IS 47 (18.75% from 255) = 34.56%
R=2.21%
G=63.24%
B=34.56%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal386470.9700.450.66151.8193.2617.45
Hex3562F6102D42985d11
Octal31265714105510223013521
Binary11101011010111111000010101101100001010011000101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03562F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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