Html Css Color HEX #01520F British Racing Green

📋 copy color: '#01520F'

red 1 ◦ green 82 ◦ blue 15

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

Shades of British Racing Green #01520F

Tints of British Racing Green #01520F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 15.31%

R = 1.02%
G = 83.67%
B = 15.31%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.82

 K value IS 0.68

RGB Variations

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

Color information

#01520F (or 0x01520F) is known color: British Racing Green. HEX triplet: 01, 52 and 0F. RGB value is (1,82,15). Sum of RGB (Red+Green+Blue) = 1+82+15=98 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.02% from 98); Green value is 82 (32.42% from 255 or 83.67% from 98); Blue value is 15 (6.25% from 255 or 15.31% from 98); Max value from RGB is 82 - color contains mainly: green. Hex color #01520F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #01520F is #FEADF0. Grayscale: #323232. Windows color (decimal): -16690673 or 1004033. OLE color: 1004033.

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

Color convert

RGB 1 82 15 -
CMYK 0.99 0 0.82 0.68
HSL 130.37º 0.98% 0.16% -
HSV(B) 130.37º 0.99% 0.32% -
XYZ 3.12 6.08 1.46 -
YUV 50.14 108.16 92.95 -
System Red Green Blue C M Y K H S L
Decimal 1 82 15 0.99 0 0.82 0.68 130.37 0.98 0.16
Hex 1 52 F 63 0 52 44 82 62 10
Octal 1 122 17 143 0 122 104 202 142 20
Binary 1 1010010 1111 1100011 0 1010010 1000100 10000010 1100010 10000

Color Harmonies of #01520F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01520F

Black with #01520F

Text Example


Text Example

White with #01520F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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