#003E21

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

Shades of British Racing Green #003E21

Tints of British Racing Green #003E21

Color information

#003E21 (or 0x003E21) is unknown color: approx British Racing Green. HEX triplet: 00, 3E and 21. RGB value is (0,62,33). Sum of RGB (Red+Green+Blue) = 0+62+33=95 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 95); Green value is 62 (24.61% from 255 or 65.26% from 95); Blue value is 33 (13.28% from 255 or 34.74% from 95); Max value from RGB is 62 - color contains mainly: green. Hex color #003E21 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003E21 is #FFC1DE. Grayscale: #282828. Windows color (decimal): -16761311 or 2178560. OLE color: 2178560.

HSL color Cylindrical-coordinate representation of color #003E21: hue angle of 151.94º 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 #003E21 is Cyan = 1, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.76.

Color convert

RGB06233-
CMYK100.470.76
HSL151.94º100%12.16%-
HSV(B)151.94º100%24.31%-
XYZ23.562.02-
YUV40.16123.9699.36-

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) = 65.26%
BLUE value IS 33 (13.28% from 255) = 34.74%
R=0%
G=65.26%
B=34.74%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal06233100.470.76151.9410012.16
Hex03E216402F4C9864c
Octal0764114405711423014414
Binary01111101000011100100010111110011001001100011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003E21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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