#003E2F

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

Shades of British Racing Green #003E2F

Tints of British Racing Green #003E2F

Color information

#003E2F (or 0x003E2F) is unknown color: approx British Racing Green. HEX triplet: 00, 3E and 2F. RGB value is (0,62,47). Sum of RGB (Red+Green+Blue) = 0+62+47=109 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 109); Green value is 62 (24.61% from 255 or 56.88% from 109); Blue value is 47 (18.75% from 255 or 43.12% from 109); Max value from RGB is 62 - color contains mainly: green. Hex color #003E2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003E2F is #FFC1D0. Grayscale: #292929. Windows color (decimal): -16761297 or 3096064. OLE color: 3096064.

HSL color Cylindrical-coordinate representation of color #003E2F: hue angle of 165.48º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003E2F is Cyan = 1, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.76.

Color convert

RGB06247-
CMYK100.240.76
HSL165.48º100%12.16%-
HSV(B)165.48º100%24.31%-
XYZ2.243.653.28-
YUV41.75130.9698.22-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 62 (24.61% from 255) = 56.88%
BLUE value IS 47 (18.75% from 255) = 43.12%
R=0%
G=56.88%
B=43.12%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal06247100.240.76165.4810012.16
Hex03E2F640184Ca564c
Octal0765714403011424514414
Binary0111110101111110010001100010011001010010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003E2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003E2F; }

 p { color: rgb(0,62,47); }

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

<style>
 a { background-color: #003E2F; }

 a { background-color: rgb(0,62,47); }

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

<style>
 span { border-color: #003E2F; }

 span { border-color: rgb(0,62,47); }

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