#003D2C

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

Shades of British Racing Green #003D2C

Tints of British Racing Green #003D2C

Color information

#003D2C (or 0x003D2C) is unknown color: approx British Racing Green. HEX triplet: 00, 3D and 2C. RGB value is (0,61,44). Sum of RGB (Red+Green+Blue) = 0+61+44=105 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 105); Green value is 61 (24.22% from 255 or 58.10% from 105); Blue value is 44 (17.58% from 255 or 41.90% from 105); Max value from RGB is 61 - color contains mainly: green. Hex color #003D2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003D2C is #FFC2D3. Grayscale: #282828. Windows color (decimal): -16761556 or 2899200. OLE color: 2899200.

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

Color convert

RGB06144-
CMYK100.280.76
HSL163.28º100%11.96%-
HSV(B)163.28º100%23.92%-
XYZ2.123.522.95-
YUV40.82129.7998.88-

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) = 58.10%
BLUE value IS 44 (17.58% from 255) = 41.90%
R=0%
G=58.10%
B=41.90%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal06144100.280.76163.2810011.96
Hex03D2C6401C4Ca364c
Octal0755414403411424314414
Binary0111101101100110010001110010011001010001111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003D2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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