Html Css Color HEX #01541B British Racing Green

📋 copy color: '#01541B'

red 1 ◦ green 84 ◦ blue 27

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

Shades of British Racing Green #01541B

Tints of British Racing Green #01541B

RGB

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

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

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

R = 0.89%
G = 75%
B = 24.11%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.68

 K value IS 0.67

RGB Variations

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

Color information

#01541B (or 0x01541B) is known color: British Racing Green. HEX triplet: 01, 54 and 1B. RGB value is (1,84,27). Sum of RGB (Red+Green+Blue) = 1+84+27=112 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.89% from 112); Green value is 84 (33.20% from 255 or 75% from 112); Blue value is 27 (10.94% from 255 or 24.11% from 112); Max value from RGB is 84 - color contains mainly: green. Hex color #01541B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01541B is #FEABE4. Grayscale: #343434. Windows color (decimal): -16690149 or 1790977. OLE color: 1790977.

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

Color convert

RGB 1 84 27 -
CMYK 0.99 0 0.68 0.67
HSL 138.8º 0.98% 0.17% -
HSV(B) 138.8º 0.99% 0.33% -
XYZ 3.38 6.43 2.1 -
YUV 52.69 113.5 91.13 -
System Red Green Blue C M Y K H S L
Decimal 1 84 27 0.99 0 0.68 0.67 138.8 0.98 0.17
Hex 1 54 1B 63 0 44 43 8B 62 11
Octal 1 124 33 143 0 104 103 213 142 21
Binary 1 1010100 11011 1100011 0 1000100 1000011 10001011 1100010 10001

Color Harmonies of #01541B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01541B

Black with #01541B

Text Example


Text Example

White with #01541B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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