Html Css Color HEX #015121 British Racing Green

📋 copy color: '#015121'

red 1 ◦ green 81 ◦ blue 33

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

Shades of British Racing Green #015121

Tints of British Racing Green #015121

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 28.7%

R = 0.87%
G = 70.43%
B = 28.7%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.59

 K value IS 0.68

RGB Variations

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

Color information

#015121 (or 0x015121) is known color: British Racing Green. HEX triplet: 01, 51 and 21. RGB value is (1,81,33). Sum of RGB (Red+Green+Blue) = 1+81+33=115 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.87% from 115); Green value is 81 (32.03% from 255 or 70.43% from 115); Blue value is 33 (13.28% from 255 or 28.70% from 115); Max value from RGB is 81 - color contains mainly: green. Hex color #015121 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015121 is #FEAEDE. Grayscale: #333333. Windows color (decimal): -16690911 or 2183425. OLE color: 2183425.

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

Color convert

RGB 1 81 33 -
CMYK 0.99 0 0.59 0.68
HSL 144º 0.98% 0.16% -
HSV(B) 144º 0.99% 0.32% -
XYZ 3.23 6 2.43 -
YUV 51.61 117.5 91.9 -
System Red Green Blue C M Y K H S L
Decimal 1 81 33 0.99 0 0.59 0.68 144 0.98 0.16
Hex 1 51 21 63 0 3B 44 90 62 10
Octal 1 121 41 143 0 73 104 220 142 20
Binary 1 1010001 100001 1100011 0 111011 1000100 10010000 1100010 10000

Color Harmonies of #015121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015121

Black with #015121

Text Example


Text Example

White with #015121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015121; }

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

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

background-color css

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

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

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

border-color css

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

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

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