Html Css Color HEX #01481C British Racing Green

📋 copy color: '#01481C'

red 1 ◦ green 72 ◦ blue 28

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

Shades of British Racing Green #01481C

Tints of British Racing Green #01481C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 27.72%

R = 0.99%
G = 71.29%
B = 27.72%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.61

 K value IS 0.72

RGB Variations

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

Color information

#01481C (or 0x01481C) is known color: British Racing Green. HEX triplet: 01, 48 and 1C. RGB value is (1,72,28). Sum of RGB (Red+Green+Blue) = 1+72+28=101 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.99% from 101); Green value is 72 (28.52% from 255 or 71.29% from 101); Blue value is 28 (11.33% from 255 or 27.72% from 101); Max value from RGB is 72 - color contains mainly: green. Hex color #01481C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01481C is #FEB7E3. Grayscale: #2D2D2D. Windows color (decimal): -16693220 or 1853441. OLE color: 1853441.

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

Color convert

RGB 1 72 28 -
CMYK 0.99 0 0.61 0.72
HSL 142.82º 0.97% 0.14% -
HSV(B) 142.82º 0.99% 0.28% -
XYZ 2.54 4.73 1.88 -
YUV 45.76 117.98 96.08 -
System Red Green Blue C M Y K H S L
Decimal 1 72 28 0.99 0 0.61 0.72 142.82 0.97 0.14
Hex 1 48 1C 63 0 3D 48 8F 61 E
Octal 1 110 34 143 0 75 110 217 141 16
Binary 1 1001000 11100 1100011 0 111101 1001000 10001111 1100001 1110

Color Harmonies of #01481C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01481C

Black with #01481C

Text Example


Text Example

White with #01481C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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