Html Css Color HEX #003A12 British Racing Green

📋 copy color: '#003A12'

red 0 ◦ green 58 ◦ blue 18

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

Shades of British Racing Green #003A12

Tints of British Racing Green #003A12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 23.68%

R = 0%
G = 76.32%
B = 23.68%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.69

 K value IS 0.77

RGB Variations

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

Color information

#003A12 (or 0x003A12) is known color: British Racing Green. HEX triplet: 00, 3A and 12. RGB value is (0,58,18). Sum of RGB (Red+Green+Blue) = 0+58+18=76 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 76); Green value is 58 (23.05% from 255 or 76.32% from 76); Blue value is 18 (7.42% from 255 or 23.68% from 76); Max value from RGB is 58 - color contains mainly: green. Hex color #003A12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003A12 is #FFC5ED. Grayscale: #242424. Windows color (decimal): -16762350 or 1194496. OLE color: 1194496.

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

Color convert

RGB 0 58 18 -
CMYK 1 0 0.69 0.77
HSL 138.62º 1% 0.11% -
HSV(B) 138.62º 1% 0.23% -
XYZ 1.62 3.07 1.08 -
YUV 36.1 117.78 102.25 -
System Red Green Blue C M Y K H S L
Decimal 0 58 18 1 0 0.69 0.77 138.62 1 0.11
Hex 0 3A 12 64 0 45 4D 8B 64 B
Octal 0 72 22 144 0 105 115 213 144 13
Binary 0 111010 10010 1100100 0 1000101 1001101 10001011 1100100 1011

Color Harmonies of #003A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003A12

Black with #003A12

Text Example


Text Example

White with #003A12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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