Html Css Color HEX #003D10 British Racing Green

📋 copy color: '#003D10'

red 0 ◦ green 61 ◦ blue 16

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

Shades of British Racing Green #003D10

Tints of British Racing Green #003D10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 20.78%

R = 0%
G = 79.22%
B = 20.78%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.74

 K value IS 0.76

RGB Variations

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

Color information

#003D10 (or 0x003D10) is known color: British Racing Green. HEX triplet: 00, 3D and 10. RGB value is (0,61,16). Sum of RGB (Red+Green+Blue) = 0+61+16=77 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 77); Green value is 61 (24.22% from 255 or 79.22% from 77); Blue value is 16 (6.64% from 255 or 20.78% from 77); Max value from RGB is 61 - color contains mainly: green. Hex color #003D10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003D10 is #FFC2EF. Grayscale: #252525. Windows color (decimal): -16761584 or 1064192. OLE color: 1064192.

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

Color convert

RGB 0 61 16 -
CMYK 1 0 0.74 0.76
HSL 135.74º 1% 0.12% -
HSV(B) 135.74º 1% 0.24% -
XYZ 1.76 3.37 1.05 -
YUV 37.63 115.79 101.16 -
System Red Green Blue C M Y K H S L
Decimal 0 61 16 1 0 0.74 0.76 135.74 1 0.12
Hex 0 3D 10 64 0 4A 4C 88 64 C
Octal 0 75 20 144 0 112 114 210 144 14
Binary 0 111101 10000 1100100 0 1001010 1001100 10001000 1100100 1100

Color Harmonies of #003D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003D10

Black with #003D10

Text Example


Text Example

White with #003D10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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