Html Css Color HEX #003E10 British Racing Green

📋 copy color: '#003E10'

red 0 ◦ green 62 ◦ blue 16

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

Shades of British Racing Green #003E10

Tints of British Racing Green #003E10

RGB

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

 GREEN value IS 62 (24.61% from 255) = 79.49%

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

R = 0%
G = 79.49%
B = 20.51%

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

#003E10 (or 0x003E10) is known color: British Racing Green. HEX triplet: 00, 3E and 10. RGB value is (0,62,16). Sum of RGB (Red+Green+Blue) = 0+62+16=78 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 78); Green value is 62 (24.61% from 255 or 79.49% from 78); Blue value is 16 (6.64% from 255 or 20.51% from 78); Max value from RGB is 62 - color contains mainly: green. Hex color #003E10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003E10 is #FFC1EF. Grayscale: #262626. Windows color (decimal): -16761328 or 1064448. OLE color: 1064448.

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

Color convert

RGB 0 62 16 -
CMYK 1 0 0.74 0.76
HSL 135.48º 1% 0.12% -
HSV(B) 135.48º 1% 0.24% -
XYZ 1.82 3.48 1.07 -
YUV 38.22 115.46 100.74 -
System Red Green Blue C M Y K H S L
Decimal 0 62 16 1 0 0.74 0.76 135.48 1 0.12
Hex 0 3E 10 64 0 4A 4C 87 64 C
Octal 0 76 20 144 0 112 114 207 144 14
Binary 0 111110 10000 1100100 0 1001010 1001100 10000111 1100100 1100

Color Harmonies of #003E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003E10

Black with #003E10

Text Example


Text Example

White with #003E10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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