Html Css Color HEX #01521B British Racing Green

📋 copy color: '#01521B'

red 1 ◦ green 82 ◦ blue 27

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

Shades of British Racing Green #01521B

Tints of British Racing Green #01521B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 24.55%

R = 0.91%
G = 74.55%
B = 24.55%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.67

 K value IS 0.68

RGB Variations

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

Color information

#01521B (or 0x01521B) is known color: British Racing Green. HEX triplet: 01, 52 and 1B. RGB value is (1,82,27). Sum of RGB (Red+Green+Blue) = 1+82+27=110 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.91% from 110); Green value is 82 (32.42% from 255 or 74.55% from 110); Blue value is 27 (10.94% from 255 or 24.55% from 110); Max value from RGB is 82 - color contains mainly: green. Hex color #01521B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01521B is #FEADE4. Grayscale: #333333. Windows color (decimal): -16690661 or 1790465. OLE color: 1790465.

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

Color convert

RGB 1 82 27 -
CMYK 0.99 0 0.67 0.68
HSL 139.26º 0.98% 0.16% -
HSV(B) 139.26º 0.99% 0.32% -
XYZ 3.23 6.12 2.05 -
YUV 51.51 114.16 91.97 -
System Red Green Blue C M Y K H S L
Decimal 1 82 27 0.99 0 0.67 0.68 139.26 0.98 0.16
Hex 1 52 1B 63 0 43 44 8B 62 10
Octal 1 122 33 143 0 103 104 213 142 20
Binary 1 1010010 11011 1100011 0 1000011 1000100 10001011 1100010 10000

Color Harmonies of #01521B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01521B

Black with #01521B

Text Example


Text Example

White with #01521B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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