Html Css Color HEX #01572F British Racing Green

📋 copy color: '#01572F'

red 1 ◦ green 87 ◦ blue 47

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

Shades of British Racing Green #01572F

Tints of British Racing Green #01572F

RGB

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

 GREEN value IS 87 (34.38% from 255) = 64.44%

 BLUE value IS 47 (18.75% from 255) = 34.81%

R = 0.74%
G = 64.44%
B = 34.81%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.46

 K value IS 0.66

RGB Variations

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

Color information

#01572F (or 0x01572F) is known color: British Racing Green. HEX triplet: 01, 57 and 2F. RGB value is (1,87,47). Sum of RGB (Red+Green+Blue) = 1+87+47=135 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.74% from 135); Green value is 87 (34.38% from 255 or 64.44% from 135); Blue value is 47 (18.75% from 255 or 34.81% from 135); Max value from RGB is 87 - color contains mainly: green. Hex color #01572F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01572F is #FEA8D0. Grayscale: #383838. Windows color (decimal): -16689361 or 3102465. OLE color: 3102465.

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

Color convert

RGB 1 87 47 -
CMYK 0.99 0 0.46 0.66
HSL 152.09º 0.98% 0.17% -
HSV(B) 152.09º 0.99% 0.34% -
XYZ 3.93 7.03 3.84 -
YUV 56.73 122.51 88.25 -
System Red Green Blue C M Y K H S L
Decimal 1 87 47 0.99 0 0.46 0.66 152.09 0.98 0.17
Hex 1 57 2F 63 0 2E 42 98 62 11
Octal 1 127 57 143 0 56 102 230 142 21
Binary 1 1010111 101111 1100011 0 101110 1000010 10011000 1100010 10001

Color Harmonies of #01572F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01572F

Black with #01572F

Text Example


Text Example

White with #01572F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,87,47); }

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

background-color css

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

 a { background-color: rgb(1,87,47); }

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

border-color css

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

 span { border-color: rgb(1,87,47); }

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