Html Css Color HEX #014814 British Racing Green

📋 copy color: '#014814'

red 1 ◦ green 72 ◦ blue 20

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

Shades of British Racing Green #014814

Tints of British Racing Green #014814

RGB

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

 GREEN value IS 72 (28.52% from 255) = 77.42%

 BLUE value IS 20 (8.2% from 255) = 21.51%

R = 1.08%
G = 77.42%
B = 21.51%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.72

 K value IS 0.72

RGB Variations

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

Color information

#014814 (or 0x014814) is known color: British Racing Green. HEX triplet: 01, 48 and 14. RGB value is (1,72,20). Sum of RGB (Red+Green+Blue) = 1+72+20=93 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.08% from 93); Green value is 72 (28.52% from 255 or 77.42% from 93); Blue value is 20 (8.20% from 255 or 21.51% from 93); Max value from RGB is 72 - color contains mainly: green. Hex color #014814 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014814 is #FEB7EB. Grayscale: #2C2C2C. Windows color (decimal): -16693228 or 1329153. OLE color: 1329153.

HSL color Cylindrical-coordinate representation of color #014814: hue angle of 136.06º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014814 is Cyan = 0.99, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.72.

Color convert

RGB 1 72 20 -
CMYK 0.99 0 0.72 0.72
HSL 136.06º 0.97% 0.14% -
HSV(B) 136.06º 0.99% 0.28% -
XYZ 2.46 4.69 1.44 -
YUV 44.84 113.98 96.73 -
System Red Green Blue C M Y K H S L
Decimal 1 72 20 0.99 0 0.72 0.72 136.06 0.97 0.14
Hex 1 48 14 63 0 48 48 88 61 E
Octal 1 110 24 143 0 110 110 210 141 16
Binary 1 1001000 10100 1100011 0 1001000 1001000 10001000 1100001 1110

Color Harmonies of #014814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014814

Black with #014814

Text Example


Text Example

White with #014814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014814; }

 p { color: rgb(1,72,20); }

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

background-color css

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

 a { background-color: rgb(1,72,20); }

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

border-color css

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

 span { border-color: rgb(1,72,20); }

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