Html Css Color HEX #003D2C British Racing Green

📋 copy color: '#003D2C'

red 0 ◦ green 61 ◦ blue 44

#003D2C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of British Racing Green #003D2C

Tints of British Racing Green #003D2C

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 61 (24.22% from 255) = 58.1%

 BLUE value IS 44 (17.58% from 255) = 41.9%

R = 0%
G = 58.1%
B = 41.9%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.28

 K value IS 0.76

RGB Variations

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

Color information

#003D2C (or 0x003D2C) is known color: 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

RGB 0 61 44 -
CMYK 1 0 0.28 0.76
HSL 163.28º 1% 0.12% -
HSV(B) 163.28º 1% 0.24% -
XYZ 2.12 3.52 2.95 -
YUV 40.82 129.79 98.88 -
System Red Green Blue C M Y K H S L
Decimal 0 61 44 1 0 0.28 0.76 163.28 1 0.12
Hex 0 3D 2C 64 0 1C 4C A3 64 C
Octal 0 75 54 144 0 34 114 243 144 14
Binary 0 111101 101100 1100100 0 11100 1001100 10100011 1100100 1100

Color Harmonies of #003D2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003D2C

Black with #003D2C

Text Example


Text Example

White with #003D2C

Text Example


Text Example

HTML Codes & Css Web 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>