Html Css Color HEX #01481A British Racing Green

📋 copy color: '#01481A'

red 1 ◦ green 72 ◦ blue 26

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

Shades of British Racing Green #01481A

Tints of British Racing Green #01481A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 26.26%

R = 1.01%
G = 72.73%
B = 26.26%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.64

 K value IS 0.72

RGB Variations

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

Color information

#01481A (or 0x01481A) is known color: British Racing Green. HEX triplet: 01, 48 and 1A. RGB value is (1,72,26). Sum of RGB (Red+Green+Blue) = 1+72+26=99 (13% of max value = 765). Red value is 1 (0.78% from 255 or 1.01% from 99); Green value is 72 (28.52% from 255 or 72.73% from 99); Blue value is 26 (10.55% from 255 or 26.26% from 99); Max value from RGB is 72 - color contains mainly: green. Hex color #01481A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01481A is #FEB7E5. Grayscale: #2D2D2D. Windows color (decimal): -16693222 or 1722369. OLE color: 1722369.

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

Color convert

RGB 1 72 26 -
CMYK 0.99 0 0.64 0.72
HSL 141.13º 0.97% 0.14% -
HSV(B) 141.13º 0.99% 0.28% -
XYZ 2.52 4.72 1.75 -
YUV 45.53 116.98 96.24 -
System Red Green Blue C M Y K H S L
Decimal 1 72 26 0.99 0 0.64 0.72 141.13 0.97 0.14
Hex 1 48 1A 63 0 40 48 8D 61 E
Octal 1 110 32 143 0 100 110 215 141 16
Binary 1 1001000 11010 1100011 0 1000000 1001000 10001101 1100001 1110

Color Harmonies of #01481A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01481A

Black with #01481A

Text Example


Text Example

White with #01481A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01481A; }

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

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

background-color css

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

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

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

border-color css

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

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

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