Html Css Color HEX #015022 British Racing Green

📋 copy color: '#015022'

red 1 ◦ green 80 ◦ blue 34

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

Shades of British Racing Green #015022

Tints of British Racing Green #015022

RGB

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

 GREEN value IS 80 (31.64% from 255) = 69.57%

 BLUE value IS 34 (13.67% from 255) = 29.57%

R = 0.87%
G = 69.57%
B = 29.57%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.58

 K value IS 0.69

RGB Variations

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

Color information

#015022 (or 0x015022) is known color: British Racing Green. HEX triplet: 01, 50 and 22. RGB value is (1,80,34). Sum of RGB (Red+Green+Blue) = 1+80+34=115 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.87% from 115); Green value is 80 (31.64% from 255 or 69.57% from 115); Blue value is 34 (13.67% from 255 or 29.57% from 115); Max value from RGB is 80 - color contains mainly: green. Hex color #015022 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015022 is #FEAFDD. Grayscale: #333333. Windows color (decimal): -16691166 or 2248705. OLE color: 2248705.

HSL color Cylindrical-coordinate representation of color #015022: hue angle of 145.06º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015022 is Cyan = 0.99, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.69.

Color convert

RGB 1 80 34 -
CMYK 0.99 0 0.58 0.69
HSL 145.06º 0.98% 0.16% -
HSV(B) 145.06º 0.99% 0.31% -
XYZ 3.17 5.86 2.48 -
YUV 51.14 118.33 92.24 -
System Red Green Blue C M Y K H S L
Decimal 1 80 34 0.99 0 0.58 0.69 145.06 0.98 0.16
Hex 1 50 22 63 0 3A 45 91 62 10
Octal 1 120 42 143 0 72 105 221 142 20
Binary 1 1010000 100010 1100011 0 111010 1000101 10010001 1100010 10000

Color Harmonies of #015022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015022

Black with #015022

Text Example


Text Example

White with #015022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015022; }

 p { color: rgb(1,80,34); }

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

background-color css

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

 a { background-color: rgb(1,80,34); }

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

border-color css

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

 span { border-color: rgb(1,80,34); }

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