Html Css Color HEX #014B18 British Racing Green

📋 copy color: '#014B18'

red 1 ◦ green 75 ◦ blue 24

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

Shades of British Racing Green #014B18

Tints of British Racing Green #014B18

RGB

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

 GREEN value IS 75 (29.69% from 255) = 75%

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

R = 1%
G = 75%
B = 24%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.68

 K value IS 0.71

RGB Variations

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

Color information

#014B18 (or 0x014B18) is known color: British Racing Green. HEX triplet: 01, 4B and 18. RGB value is (1,75,24). Sum of RGB (Red+Green+Blue) = 1+75+24=100 (13% of max value = 765). Red value is 1 (0.78% from 255 or 1% from 100); Green value is 75 (29.69% from 255 or 75% from 100); Blue value is 24 (9.77% from 255 or 24% from 100); Max value from RGB is 75 - color contains mainly: green. Hex color #014B18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014B18 is #FEB4E7. Grayscale: #2F2F2F. Windows color (decimal): -16692456 or 1592065. OLE color: 1592065.

HSL color Cylindrical-coordinate representation of color #014B18: hue angle of 138.65º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014B18 is Cyan = 0.99, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.71.

Color convert

RGB 1 75 24 -
CMYK 0.99 0 0.68 0.71
HSL 138.65º 0.97% 0.15% -
HSV(B) 138.65º 0.99% 0.29% -
XYZ 2.69 5.1 1.71 -
YUV 47.06 114.98 95.15 -
System Red Green Blue C M Y K H S L
Decimal 1 75 24 0.99 0 0.68 0.71 138.65 0.97 0.15
Hex 1 4B 18 63 0 44 47 8B 61 F
Octal 1 113 30 143 0 104 107 213 141 17
Binary 1 1001011 11000 1100011 0 1000100 1000111 10001011 1100001 1111

Color Harmonies of #014B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014B18

Black with #014B18

Text Example


Text Example

White with #014B18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014B18; }

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

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

background-color css

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

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

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

border-color css

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

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

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