Html Css Color HEX #013F18 British Racing Green

📋 copy color: '#013F18'

red 1 ◦ green 63 ◦ blue 24

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

Shades of British Racing Green #013F18

Tints of British Racing Green #013F18

RGB

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

 GREEN value IS 63 (25% from 255) = 71.59%

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

R = 1.14%
G = 71.59%
B = 27.27%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.62

 K value IS 0.75

RGB Variations

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

Color information

#013F18 (or 0x013F18) is known color: British Racing Green. HEX triplet: 01, 3F and 18. RGB value is (1,63,24). Sum of RGB (Red+Green+Blue) = 1+63+24=88 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.14% from 88); Green value is 63 (25% from 255 or 71.59% from 88); Blue value is 24 (9.77% from 255 or 27.27% from 88); Max value from RGB is 63 - color contains mainly: green. Hex color #013F18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013F18 is #FEC0E7. Grayscale: #282828. Windows color (decimal): -16695528 or 1588993. OLE color: 1588993.

HSL color Cylindrical-coordinate representation of color #013F18: hue angle of 142.26º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013F18 is Cyan = 0.98, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.75.

Color convert

RGB 1 63 24 -
CMYK 0.98 0 0.62 0.75
HSL 142.26º 0.97% 0.13% -
HSV(B) 142.26º 0.98% 0.25% -
XYZ 1.95 3.63 1.46 -
YUV 40.02 118.96 100.17 -
System Red Green Blue C M Y K H S L
Decimal 1 63 24 0.98 0 0.62 0.75 142.26 0.97 0.13
Hex 1 3F 18 62 0 3E 4B 8E 61 D
Octal 1 77 30 142 0 76 113 216 141 15
Binary 1 111111 11000 1100010 0 111110 1001011 10001110 1100001 1101

Color Harmonies of #013F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013F18

Black with #013F18

Text Example


Text Example

White with #013F18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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