Html Css Color HEX #01521F British Racing Green

📋 copy color: '#01521F'

red 1 ◦ green 82 ◦ blue 31

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

Shades of British Racing Green #01521F

Tints of British Racing Green #01521F

RGB

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

 GREEN value IS 82 (32.42% from 255) = 71.93%

 BLUE value IS 31 (12.5% from 255) = 27.19%

R = 0.88%
G = 71.93%
B = 27.19%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.62

 K value IS 0.68

RGB Variations

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

Color information

#01521F (or 0x01521F) is known color: British Racing Green. HEX triplet: 01, 52 and 1F. RGB value is (1,82,31). Sum of RGB (Red+Green+Blue) = 1+82+31=114 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.88% from 114); Green value is 82 (32.42% from 255 or 71.93% from 114); Blue value is 31 (12.5% from 255 or 27.19% from 114); Max value from RGB is 82 - color contains mainly: green. Hex color #01521F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01521F is #FEADE0. Grayscale: #343434. Windows color (decimal): -16690657 or 2052609. OLE color: 2052609.

HSL color Cylindrical-coordinate representation of color #01521F: hue angle of 142.22º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01521F is Cyan = 0.99, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.68.

Color convert

RGB 1 82 31 -
CMYK 0.99 0 0.62 0.68
HSL 142.22º 0.98% 0.16% -
HSV(B) 142.22º 0.99% 0.32% -
XYZ 3.28 6.14 2.31 -
YUV 51.97 116.16 91.65 -
System Red Green Blue C M Y K H S L
Decimal 1 82 31 0.99 0 0.62 0.68 142.22 0.98 0.16
Hex 1 52 1F 63 0 3E 44 8E 62 10
Octal 1 122 37 143 0 76 104 216 142 20
Binary 1 1010010 11111 1100011 0 111110 1000100 10001110 1100010 10000

Color Harmonies of #01521F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01521F

Black with #01521F

Text Example


Text Example

White with #01521F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,82,31); }

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

background-color css

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

 a { background-color: rgb(1,82,31); }

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

border-color css

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

 span { border-color: rgb(1,82,31); }

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