Html Css Color HEX #01551A British Racing Green

📋 copy color: '#01551A'

red 1 ◦ green 85 ◦ blue 26

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

Shades of British Racing Green #01551A

Tints of British Racing Green #01551A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 23.21%

R = 0.89%
G = 75.89%
B = 23.21%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.69

 K value IS 0.67

RGB Variations

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

Color information

#01551A (or 0x01551A) is known color: British Racing Green. HEX triplet: 01, 55 and 1A. RGB value is (1,85,26). Sum of RGB (Red+Green+Blue) = 1+85+26=112 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.89% from 112); Green value is 85 (33.59% from 255 or 75.89% from 112); Blue value is 26 (10.55% from 255 or 23.21% from 112); Max value from RGB is 85 - color contains mainly: green. Hex color #01551A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01551A is #FEAAE5. Grayscale: #353535. Windows color (decimal): -16689894 or 1725697. OLE color: 1725697.

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

Color convert

RGB 1 85 26 -
CMYK 0.99 0 0.69 0.67
HSL 137.86º 0.98% 0.17% -
HSV(B) 137.86º 0.99% 0.33% -
XYZ 3.45 6.58 2.07 -
YUV 53.16 112.67 90.8 -
System Red Green Blue C M Y K H S L
Decimal 1 85 26 0.99 0 0.69 0.67 137.86 0.98 0.17
Hex 1 55 1A 63 0 45 43 8A 62 11
Octal 1 125 32 143 0 105 103 212 142 21
Binary 1 1010101 11010 1100011 0 1000101 1000011 10001010 1100010 10001

Color Harmonies of #01551A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01551A

Black with #01551A

Text Example


Text Example

White with #01551A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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