Html Css Color HEX #01480E British Racing Green

📋 copy color: '#01480E'

red 1 ◦ green 72 ◦ blue 14

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

Shades of British Racing Green #01480E

Tints of British Racing Green #01480E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 16.09%

R = 1.15%
G = 82.76%
B = 16.09%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.81

 K value IS 0.72

RGB Variations

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

Color information

#01480E (or 0x01480E) is known color: British Racing Green. HEX triplet: 01, 48 and 0E. RGB value is (1,72,14). Sum of RGB (Red+Green+Blue) = 1+72+14=87 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.15% from 87); Green value is 72 (28.52% from 255 or 82.76% from 87); Blue value is 14 (5.86% from 255 or 16.09% from 87); Max value from RGB is 72 - color contains mainly: green. Hex color #01480E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #01480E is #FEB7F1. Grayscale: #2C2C2C. Windows color (decimal): -16693234 or 935937. OLE color: 935937.

HSL color Cylindrical-coordinate representation of color #01480E: hue angle of 130.99º 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 #01480E is Cyan = 0.99, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.72.

Color convert

RGB 1 72 14 -
CMYK 0.99 0 0.81 0.72
HSL 130.99º 0.97% 0.14% -
HSV(B) 130.99º 0.99% 0.28% -
XYZ 2.41 4.67 1.19 -
YUV 44.16 110.98 97.22 -
System Red Green Blue C M Y K H S L
Decimal 1 72 14 0.99 0 0.81 0.72 130.99 0.97 0.14
Hex 1 48 E 63 0 51 48 83 61 E
Octal 1 110 16 143 0 121 110 203 141 16
Binary 1 1001000 1110 1100011 0 1010001 1001000 10000011 1100001 1110

Color Harmonies of #01480E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01480E

Black with #01480E

Text Example


Text Example

White with #01480E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01480E; }

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

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

background-color css

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

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

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

border-color css

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

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

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