Html Css Color HEX #01551B British Racing Green

📋 copy color: '#01551B'

red 1 ◦ green 85 ◦ blue 27

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

Shades of British Racing Green #01551B

Tints of British Racing Green #01551B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 75.22%

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

R = 0.88%
G = 75.22%
B = 23.89%

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

#01551B (or 0x01551B) is known color: British Racing Green. HEX triplet: 01, 55 and 1B. RGB value is (1,85,27). Sum of RGB (Red+Green+Blue) = 1+85+27=113 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.88% from 113); Green value is 85 (33.59% from 255 or 75.22% from 113); Blue value is 27 (10.94% from 255 or 23.89% from 113); Max value from RGB is 85 - color contains mainly: green. Hex color #01551B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01551B is #FEAAE4. Grayscale: #353535. Windows color (decimal): -16689893 or 1791233. OLE color: 1791233.

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

Color convert

RGB 1 85 27 -
CMYK 0.99 0 0.68 0.67
HSL 138.57º 0.98% 0.17% -
HSV(B) 138.57º 0.99% 0.33% -
XYZ 3.46 6.58 2.13 -
YUV 53.27 113.17 90.72 -
System Red Green Blue C M Y K H S L
Decimal 1 85 27 0.99 0 0.68 0.67 138.57 0.98 0.17
Hex 1 55 1B 63 0 44 43 8B 62 11
Octal 1 125 33 143 0 104 103 213 142 21
Binary 1 1010101 11011 1100011 0 1000100 1000011 10001011 1100010 10001

Color Harmonies of #01551B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01551B

Black with #01551B

Text Example


Text Example

White with #01551B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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