Html Css Color HEX #015532 British Racing Green

📋 copy color: '#015532'

red 1 ◦ green 85 ◦ blue 50

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

Shades of British Racing Green #015532

Tints of British Racing Green #015532

RGB

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

 GREEN value IS 85 (33.59% from 255) = 62.5%

 BLUE value IS 50 (19.92% from 255) = 36.76%

R = 0.74%
G = 62.5%
B = 36.76%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.41

 K value IS 0.67

RGB Variations

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

Color information

#015532 (or 0x015532) is known color: British Racing Green. HEX triplet: 01, 55 and 32. RGB value is (1,85,50). Sum of RGB (Red+Green+Blue) = 1+85+50=136 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.74% from 136); Green value is 85 (33.59% from 255 or 62.5% from 136); Blue value is 50 (19.92% from 255 or 36.76% from 136); Max value from RGB is 85 - color contains mainly: green. Hex color #015532 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015532 is #FEAACD. Grayscale: #373737. Windows color (decimal): -16689870 or 3298561. OLE color: 3298561.

HSL color Cylindrical-coordinate representation of color #015532: hue angle of 155º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015532 is Cyan = 0.99, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.67.

Color convert

RGB 1 85 50 -
CMYK 0.99 0 0.41 0.67
HSL 155º 0.98% 0.17% -
HSV(B) 155º 0.99% 0.33% -
XYZ 3.84 6.73 4.12 -
YUV 55.89 124.67 88.85 -
System Red Green Blue C M Y K H S L
Decimal 1 85 50 0.99 0 0.41 0.67 155 0.98 0.17
Hex 1 55 32 63 0 29 43 9B 62 11
Octal 1 125 62 143 0 51 103 233 142 21
Binary 1 1010101 110010 1100011 0 101001 1000011 10011011 1100010 10001

Color Harmonies of #015532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015532

Black with #015532

Text Example


Text Example

White with #015532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015532; }

 p { color: rgb(1,85,50); }

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

background-color css

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

 a { background-color: rgb(1,85,50); }

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

border-color css

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

 span { border-color: rgb(1,85,50); }

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