Html Css Color HEX #01481B British Racing Green

📋 copy color: '#01481B'

red 1 ◦ green 72 ◦ blue 27

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

Shades of British Racing Green #01481B

Tints of British Racing Green #01481B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 27%

R = 1%
G = 72%
B = 27%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.62

 K value IS 0.72

RGB Variations

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

Color information

#01481B (or 0x01481B) is known color: British Racing Green. HEX triplet: 01, 48 and 1B. RGB value is (1,72,27). Sum of RGB (Red+Green+Blue) = 1+72+27=100 (13% of max value = 765). Red value is 1 (0.78% from 255 or 1% from 100); Green value is 72 (28.52% from 255 or 72% from 100); Blue value is 27 (10.94% from 255 or 27% from 100); Max value from RGB is 72 - color contains mainly: green. Hex color #01481B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01481B is #FEB7E4. Grayscale: #2D2D2D. Windows color (decimal): -16693221 or 1787905. OLE color: 1787905.

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

Color convert

RGB 1 72 27 -
CMYK 0.99 0 0.62 0.72
HSL 141.97º 0.97% 0.14% -
HSV(B) 141.97º 0.99% 0.28% -
XYZ 2.53 4.72 1.81 -
YUV 45.64 117.48 96.16 -
System Red Green Blue C M Y K H S L
Decimal 1 72 27 0.99 0 0.62 0.72 141.97 0.97 0.14
Hex 1 48 1B 63 0 3E 48 8E 61 E
Octal 1 110 33 143 0 76 110 216 141 16
Binary 1 1001000 11011 1100011 0 111110 1001000 10001110 1100001 1110

Color Harmonies of #01481B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01481B

Black with #01481B

Text Example


Text Example

White with #01481B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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