Html Css Color HEX #01551D British Racing Green

📋 copy color: '#01551D'

red 1 ◦ green 85 ◦ blue 29

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

Shades of British Racing Green #01551D

Tints of British Racing Green #01551D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 25.22%

R = 0.87%
G = 73.91%
B = 25.22%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.66

 K value IS 0.67

RGB Variations

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

Color information

#01551D (or 0x01551D) is known color: British Racing Green. HEX triplet: 01, 55 and 1D. RGB value is (1,85,29). Sum of RGB (Red+Green+Blue) = 1+85+29=115 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.87% from 115); Green value is 85 (33.59% from 255 or 73.91% from 115); Blue value is 29 (11.72% from 255 or 25.22% from 115); Max value from RGB is 85 - color contains mainly: green. Hex color #01551D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01551D is #FEAAE2. Grayscale: #353535. Windows color (decimal): -16689891 or 1922305. OLE color: 1922305.

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

Color convert

RGB 1 85 29 -
CMYK 0.99 0 0.66 0.67
HSL 140º 0.98% 0.17% -
HSV(B) 140º 0.99% 0.33% -
XYZ 3.48 6.59 2.25 -
YUV 53.5 114.17 90.55 -
System Red Green Blue C M Y K H S L
Decimal 1 85 29 0.99 0 0.66 0.67 140 0.98 0.17
Hex 1 55 1D 63 0 42 43 8C 62 11
Octal 1 125 35 143 0 102 103 214 142 21
Binary 1 1010101 11101 1100011 0 1000010 1000011 10001100 1100010 10001

Color Harmonies of #01551D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01551D

Black with #01551D

Text Example


Text Example

White with #01551D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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