Html Css Color HEX #003D30 British Racing Green

📋 copy color: '#003D30'

red 0 ◦ green 61 ◦ blue 48

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

Shades of British Racing Green #003D30

Tints of British Racing Green #003D30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 44.04%

R = 0%
G = 55.96%
B = 44.04%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.21

 K value IS 0.76

RGB Variations

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

Color information

#003D30 (or 0x003D30) is known color: British Racing Green. HEX triplet: 00, 3D and 30. RGB value is (0,61,48). Sum of RGB (Red+Green+Blue) = 0+61+48=109 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 109); Green value is 61 (24.22% from 255 or 55.96% from 109); Blue value is 48 (19.14% from 255 or 44.04% from 109); Max value from RGB is 61 - color contains mainly: green. Hex color #003D30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003D30 is #FFC2CF. Grayscale: #292929. Windows color (decimal): -16761552 or 3161344. OLE color: 3161344.

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

Color convert

RGB 0 61 48 -
CMYK 1 0 0.21 0.76
HSL 167.21º 1% 0.12% -
HSV(B) 167.21º 1% 0.24% -
XYZ 2.2 3.55 3.37 -
YUV 41.28 131.79 98.56 -
System Red Green Blue C M Y K H S L
Decimal 0 61 48 1 0 0.21 0.76 167.21 1 0.12
Hex 0 3D 30 64 0 15 4C A7 64 C
Octal 0 75 60 144 0 25 114 247 144 14
Binary 0 111101 110000 1100100 0 10101 1001100 10100111 1100100 1100

Color Harmonies of #003D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003D30

Black with #003D30

Text Example


Text Example

White with #003D30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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