#003D21

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

Shades of British Racing Green #003D21

Tints of British Racing Green #003D21

Color information

#003D21 (or 0x003D21) is unknown color: approx British Racing Green. HEX triplet: 00, 3D and 21. RGB value is (0,61,33). Sum of RGB (Red+Green+Blue) = 0+61+33=94 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 94); Green value is 61 (24.22% from 255 or 64.89% from 94); Blue value is 33 (13.28% from 255 or 35.11% from 94); Max value from RGB is 61 - color contains mainly: green. Hex color #003D21 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003D21 is #FFC2DE. Grayscale: #272727. Windows color (decimal): -16761567 or 2178304. OLE color: 2178304.

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

Color convert

RGB06133-
CMYK100.460.76
HSL152.46º100%11.96%-
HSV(B)152.46º100%23.92%-
XYZ1.943.452-
YUV39.57124.2999.78-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 61 (24.22% from 255) = 64.89%
BLUE value IS 33 (13.28% from 255) = 35.11%
R=0%
G=64.89%
B=35.11%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal06133100.460.76152.4610011.96
Hex03D216402E4C9864c
Octal0754114405611423014414
Binary01111011000011100100010111010011001001100011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003D21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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