Html Css Color HEX #013918 British Racing Green

📋 copy color: '#013918'

red 1 ◦ green 57 ◦ blue 24

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

Shades of British Racing Green #013918

Tints of British Racing Green #013918

RGB

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

 GREEN value IS 57 (22.66% from 255) = 69.51%

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

R = 1.22%
G = 69.51%
B = 29.27%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.58

 K value IS 0.78

RGB Variations

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

Color information

#013918 (or 0x013918) is known color: British Racing Green. HEX triplet: 01, 39 and 18. RGB value is (1,57,24). Sum of RGB (Red+Green+Blue) = 1+57+24=82 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.22% from 82); Green value is 57 (22.66% from 255 or 69.51% from 82); Blue value is 24 (9.77% from 255 or 29.27% from 82); Max value from RGB is 57 - color contains mainly: green. Hex color #013918 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013918 is #FEC6E7. Grayscale: #242424. Windows color (decimal): -16697064 or 1587457. OLE color: 1587457.

HSL color Cylindrical-coordinate representation of color #013918: hue angle of 144.64º degrees, saturation: 0.97, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013918 is Cyan = 0.98, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.78.

Color convert

RGB 1 57 24 -
CMYK 0.98 0 0.58 0.78
HSL 144.64º 0.97% 0.11% -
HSV(B) 144.64º 0.98% 0.22% -
XYZ 1.64 3 1.36 -
YUV 36.49 120.95 102.68 -
System Red Green Blue C M Y K H S L
Decimal 1 57 24 0.98 0 0.58 0.78 144.64 0.97 0.11
Hex 1 39 18 62 0 3A 4E 91 61 B
Octal 1 71 30 142 0 72 116 221 141 13
Binary 1 111001 11000 1100010 0 111010 1001110 10010001 1100001 1011

Color Harmonies of #013918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013918

Black with #013918

Text Example


Text Example

White with #013918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013918; }

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

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

background-color css

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

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

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

border-color css

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

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

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