Html Css Color HEX #013A18 British Racing Green

📋 copy color: '#013A18'

red 1 ◦ green 58 ◦ blue 24

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

Shades of British Racing Green #013A18

Tints of British Racing Green #013A18

RGB

 RED value IS 1 (0.78% from 255) = 1.2%

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

 BLUE value IS 24 (9.77% from 255) = 28.92%

R = 1.2%
G = 69.88%
B = 28.92%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.59

 K value IS 0.77

RGB Variations

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

Color information

#013A18 (or 0x013A18) is known color: British Racing Green. HEX triplet: 01, 3A and 18. RGB value is (1,58,24). Sum of RGB (Red+Green+Blue) = 1+58+24=83 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.20% from 83); Green value is 58 (23.05% from 255 or 69.88% from 83); Blue value is 24 (9.77% from 255 or 28.92% from 83); Max value from RGB is 58 - color contains mainly: green. Hex color #013A18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013A18 is #FEC5E7. Grayscale: #252525. Windows color (decimal): -16696808 or 1587713. OLE color: 1587713.

HSL color Cylindrical-coordinate representation of color #013A18: hue angle of 144.21º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013A18 is Cyan = 0.98, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.77.

Color convert

RGB 1 58 24 -
CMYK 0.98 0 0.59 0.77
HSL 144.21º 0.97% 0.12% -
HSV(B) 144.21º 0.98% 0.23% -
XYZ 1.69 3.1 1.37 -
YUV 37.08 120.62 102.26 -
System Red Green Blue C M Y K H S L
Decimal 1 58 24 0.98 0 0.59 0.77 144.21 0.97 0.12
Hex 1 3A 18 62 0 3B 4D 90 61 C
Octal 1 72 30 142 0 73 115 220 141 14
Binary 1 111010 11000 1100010 0 111011 1001101 10010000 1100001 1100

Color Harmonies of #013A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013A18

Black with #013A18

Text Example


Text Example

White with #013A18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013A18; }

 p { color: rgb(1,58,24); }

 H1.HeaderClassName
 {
   color: #013A18;
 }
 .AnyTagClassName
 {
   color: #013A18;
 }
</style>

background-color css

<style>
 a { background-color: #013A18; }

 a { background-color: rgb(1,58,24); }

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

border-color css

<style>
 span { border-color: #013A18; }

 span { border-color: rgb(1,58,24); }

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