Html Css Color HEX #015528 British Racing Green

📋 copy color: '#015528'

red 1 ◦ green 85 ◦ blue 40

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

Shades of British Racing Green #015528

Tints of British Racing Green #015528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 31.75%

R = 0.79%
G = 67.46%
B = 31.75%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.53

 K value IS 0.67

RGB Variations

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

Color information

#015528 (or 0x015528) is known color: British Racing Green. HEX triplet: 01, 55 and 28. RGB value is (1,85,40). Sum of RGB (Red+Green+Blue) = 1+85+40=126 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.79% from 126); Green value is 85 (33.59% from 255 or 67.46% from 126); Blue value is 40 (16.02% from 255 or 31.75% from 126); Max value from RGB is 85 - color contains mainly: green. Hex color #015528 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015528 is #FEAAD7. Grayscale: #363636. Windows color (decimal): -16689880 or 2643201. OLE color: 2643201.

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

Color convert

RGB 1 85 40 -
CMYK 0.99 0 0.53 0.67
HSL 147.86º 0.98% 0.17% -
HSV(B) 147.86º 0.99% 0.33% -
XYZ 3.64 6.66 3.1 -
YUV 54.75 119.67 89.66 -
System Red Green Blue C M Y K H S L
Decimal 1 85 40 0.99 0 0.53 0.67 147.86 0.98 0.17
Hex 1 55 28 63 0 35 43 94 62 11
Octal 1 125 50 143 0 65 103 224 142 21
Binary 1 1010101 101000 1100011 0 110101 1000011 10010100 1100010 10001

Color Harmonies of #015528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015528

Black with #015528

Text Example


Text Example

White with #015528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015528; }

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

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

background-color css

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

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

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

border-color css

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

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

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