Html Css Color HEX #015120 British Racing Green

📋 copy color: '#015120'

red 1 ◦ green 81 ◦ blue 32

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

Shades of British Racing Green #015120

Tints of British Racing Green #015120

RGB

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

 GREEN value IS 81 (32.03% from 255) = 71.05%

 BLUE value IS 32 (12.89% from 255) = 28.07%

R = 0.88%
G = 71.05%
B = 28.07%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.60

 K value IS 0.68

RGB Variations

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

Color information

#015120 (or 0x015120) is known color: British Racing Green. HEX triplet: 01, 51 and 20. RGB value is (1,81,32). Sum of RGB (Red+Green+Blue) = 1+81+32=114 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.88% from 114); Green value is 81 (32.03% from 255 or 71.05% from 114); Blue value is 32 (12.89% from 255 or 28.07% from 114); Max value from RGB is 81 - color contains mainly: green. Hex color #015120 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015120 is #FEAEDF. Grayscale: #333333. Windows color (decimal): -16690912 or 2117889. OLE color: 2117889.

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

Color convert

RGB 1 81 32 -
CMYK 0.99 0 0.60 0.68
HSL 143.25º 0.98% 0.16% -
HSV(B) 143.25º 0.99% 0.32% -
XYZ 3.22 6 2.35 -
YUV 51.49 117 91.98 -
System Red Green Blue C M Y K H S L
Decimal 1 81 32 0.99 0 0.60 0.68 143.25 0.98 0.16
Hex 1 51 20 63 0 3C 44 8F 62 10
Octal 1 121 40 143 0 74 104 217 142 20
Binary 1 1010001 100000 1100011 0 111100 1000100 10001111 1100010 10000

Color Harmonies of #015120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015120

Black with #015120

Text Example


Text Example

White with #015120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015120; }

 p { color: rgb(1,81,32); }

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

background-color css

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

 a { background-color: rgb(1,81,32); }

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

border-color css

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

 span { border-color: rgb(1,81,32); }

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