Html Css Color HEX #003A10 British Racing Green

📋 copy color: '#003A10'

red 0 ◦ green 58 ◦ blue 16

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

Shades of British Racing Green #003A10

Tints of British Racing Green #003A10

RGB

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

 GREEN value IS 58 (23.05% from 255) = 78.38%

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

R = 0%
G = 78.38%
B = 21.62%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.72

 K value IS 0.77

RGB Variations

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

Color information

#003A10 (or 0x003A10) is known color: British Racing Green. HEX triplet: 00, 3A and 10. RGB value is (0,58,16). Sum of RGB (Red+Green+Blue) = 0+58+16=74 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 74); Green value is 58 (23.05% from 255 or 78.38% from 74); Blue value is 16 (6.64% from 255 or 21.62% from 74); Max value from RGB is 58 - color contains mainly: green. Hex color #003A10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003A10 is #FFC5EF. Grayscale: #232323. Windows color (decimal): -16762352 or 1063424. OLE color: 1063424.

HSL color Cylindrical-coordinate representation of color #003A10: hue angle of 136.55º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003A10 is Cyan = 1, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.77.

Color convert

RGB 0 58 16 -
CMYK 1 0 0.72 0.77
HSL 136.55º 1% 0.11% -
HSV(B) 136.55º 1% 0.23% -
XYZ 1.61 3.06 1 -
YUV 35.87 116.78 102.42 -
System Red Green Blue C M Y K H S L
Decimal 0 58 16 1 0 0.72 0.77 136.55 1 0.11
Hex 0 3A 10 64 0 48 4D 89 64 B
Octal 0 72 20 144 0 110 115 211 144 13
Binary 0 111010 10000 1100100 0 1001000 1001101 10001001 1100100 1011

Color Harmonies of #003A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003A10

Black with #003A10

Text Example


Text Example

White with #003A10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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