Html Css Color HEX #01521E British Racing Green

📋 copy color: '#01521E'

red 1 ◦ green 82 ◦ blue 30

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

Shades of British Racing Green #01521E

Tints of British Racing Green #01521E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 26.55%

R = 0.88%
G = 72.57%
B = 26.55%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.63

 K value IS 0.68

RGB Variations

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

Color information

#01521E (or 0x01521E) is known color: British Racing Green. HEX triplet: 01, 52 and 1E. RGB value is (1,82,30). Sum of RGB (Red+Green+Blue) = 1+82+30=113 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.88% from 113); Green value is 82 (32.42% from 255 or 72.57% from 113); Blue value is 30 (12.11% from 255 or 26.55% from 113); Max value from RGB is 82 - color contains mainly: green. Hex color #01521E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01521E is #FEADE1. Grayscale: #333333. Windows color (decimal): -16690658 or 1987073. OLE color: 1987073.

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

Color convert

RGB 1 82 30 -
CMYK 0.99 0 0.63 0.68
HSL 141.48º 0.98% 0.16% -
HSV(B) 141.48º 0.99% 0.32% -
XYZ 3.26 6.13 2.24 -
YUV 51.85 115.66 91.73 -
System Red Green Blue C M Y K H S L
Decimal 1 82 30 0.99 0 0.63 0.68 141.48 0.98 0.16
Hex 1 52 1E 63 0 3F 44 8D 62 10
Octal 1 122 36 143 0 77 104 215 142 20
Binary 1 1010010 11110 1100011 0 111111 1000100 10001101 1100010 10000

Color Harmonies of #01521E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01521E

Black with #01521E

Text Example


Text Example

White with #01521E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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