#003A10

Color #003A10 British Racing Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of British Racing Green #003A10

Tints of British Racing Green #003A10

Color information

#003A10 (or 0x003A10) is unknown color: approx 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

RGB05816-
CMYK100.720.77
HSL136.55º100%11.37%-
HSV(B)136.55º100%22.75%-
XYZ1.613.061-
YUV35.87116.78102.42-

RGB Variations

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

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 (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal05816100.720.77136.5510011.37
Hex03A10640484D8964b
Octal07220144011011521114413
Binary01110101000011001000100100010011011000100111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003A10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>