Html Css Color HEX #003D32 British Racing Green

📋 copy color: '#003D32'

red 0 ◦ green 61 ◦ blue 50

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

Shades of British Racing Green #003D32

Tints of British Racing Green #003D32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 45.05%

R = 0%
G = 54.95%
B = 45.05%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.18

 K value IS 0.76

RGB Variations

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

Color information

#003D32 (or 0x003D32) is known color: British Racing Green. HEX triplet: 00, 3D and 32. RGB value is (0,61,50). Sum of RGB (Red+Green+Blue) = 0+61+50=111 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 111); Green value is 61 (24.22% from 255 or 54.95% from 111); Blue value is 50 (19.92% from 255 or 45.05% from 111); Max value from RGB is 61 - color contains mainly: green. Hex color #003D32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003D32 is #FFC2CD. Grayscale: #292929. Windows color (decimal): -16761550 or 3292416. OLE color: 3292416.

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

Color convert

RGB 0 61 50 -
CMYK 1 0 0.18 0.76
HSL 169.18º 1% 0.12% -
HSV(B) 169.18º 1% 0.24% -
XYZ 2.24 3.57 3.59 -
YUV 41.51 132.79 98.39 -
System Red Green Blue C M Y K H S L
Decimal 0 61 50 1 0 0.18 0.76 169.18 1 0.12
Hex 0 3D 32 64 0 12 4C A9 64 C
Octal 0 75 62 144 0 22 114 251 144 14
Binary 0 111101 110010 1100100 0 10010 1001100 10101001 1100100 1100

Color Harmonies of #003D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003D32

Black with #003D32

Text Example


Text Example

White with #003D32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #003D32;
 }
 .AnyTagClassName
 {
   color: #003D32;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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