Html Css Color HEX #013818 British Racing Green

📋 copy color: '#013818'

red 1 ◦ green 56 ◦ blue 24

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

Shades of British Racing Green #013818

Tints of British Racing Green #013818

RGB

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

 GREEN value IS 56 (22.27% from 255) = 69.14%

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

R = 1.23%
G = 69.14%
B = 29.63%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.57

 K value IS 0.78

RGB Variations

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

Color information

#013818 (or 0x013818) is known color: British Racing Green. HEX triplet: 01, 38 and 18. RGB value is (1,56,24). Sum of RGB (Red+Green+Blue) = 1+56+24=81 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.23% from 81); Green value is 56 (22.27% from 255 or 69.14% from 81); Blue value is 24 (9.77% from 255 or 29.63% from 81); Max value from RGB is 56 - color contains mainly: green. Hex color #013818 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013818 is #FEC7E7. Grayscale: #232323. Windows color (decimal): -16697320 or 1587201. OLE color: 1587201.

HSL color Cylindrical-coordinate representation of color #013818: hue angle of 145.09º degrees, saturation: 0.96, 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 #013818 is Cyan = 0.98, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.78.

Color convert

RGB 1 56 24 -
CMYK 0.98 0 0.57 0.78
HSL 145.09º 0.96% 0.11% -
HSV(B) 145.09º 0.98% 0.22% -
XYZ 1.59 2.9 1.34 -
YUV 35.91 121.28 103.1 -
System Red Green Blue C M Y K H S L
Decimal 1 56 24 0.98 0 0.57 0.78 145.09 0.96 0.11
Hex 1 38 18 62 0 39 4E 91 60 B
Octal 1 70 30 142 0 71 116 221 140 13
Binary 1 111000 11000 1100010 0 111001 1001110 10010001 1100000 1011

Color Harmonies of #013818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013818

Black with #013818

Text Example


Text Example

White with #013818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013818; }

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

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

background-color css

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

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

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

border-color css

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

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

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