Html Css Color HEX #01541F British Racing Green

📋 copy color: '#01541F'

red 1 ◦ green 84 ◦ blue 31

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

Shades of British Racing Green #01541F

Tints of British Racing Green #01541F

RGB

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

 GREEN value IS 84 (33.2% from 255) = 72.41%

 BLUE value IS 31 (12.5% from 255) = 26.72%

R = 0.86%
G = 72.41%
B = 26.72%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.63

 K value IS 0.67

RGB Variations

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

Color information

#01541F (or 0x01541F) is known color: British Racing Green. HEX triplet: 01, 54 and 1F. RGB value is (1,84,31). Sum of RGB (Red+Green+Blue) = 1+84+31=116 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.86% from 116); Green value is 84 (33.20% from 255 or 72.41% from 116); Blue value is 31 (12.5% from 255 or 26.72% from 116); Max value from RGB is 84 - color contains mainly: green. Hex color #01541F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01541F is #FEABE0. Grayscale: #353535. Windows color (decimal): -16690145 or 2053121. OLE color: 2053121.

HSL color Cylindrical-coordinate representation of color #01541F: hue angle of 141.69º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01541F is Cyan = 0.99, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.67.

Color convert

RGB 1 84 31 -
CMYK 0.99 0 0.63 0.67
HSL 141.69º 0.98% 0.17% -
HSV(B) 141.69º 0.99% 0.33% -
XYZ 3.43 6.45 2.36 -
YUV 53.14 115.5 90.81 -
System Red Green Blue C M Y K H S L
Decimal 1 84 31 0.99 0 0.63 0.67 141.69 0.98 0.17
Hex 1 54 1F 63 0 3F 43 8E 62 11
Octal 1 124 37 143 0 77 103 216 142 21
Binary 1 1010100 11111 1100011 0 111111 1000011 10001110 1100010 10001

Color Harmonies of #01541F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01541F

Black with #01541F

Text Example


Text Example

White with #01541F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01541F; }

 p { color: rgb(1,84,31); }

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

background-color css

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

 a { background-color: rgb(1,84,31); }

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

border-color css

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

 span { border-color: rgb(1,84,31); }

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