Html Css Color HEX #015525 British Racing Green

📋 copy color: '#015525'

red 1 ◦ green 85 ◦ blue 37

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

Shades of British Racing Green #015525

Tints of British Racing Green #015525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 30.08%

R = 0.81%
G = 69.11%
B = 30.08%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.56

 K value IS 0.67

RGB Variations

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

Color information

#015525 (or 0x015525) is known color: British Racing Green. HEX triplet: 01, 55 and 25. RGB value is (1,85,37). Sum of RGB (Red+Green+Blue) = 1+85+37=123 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.81% from 123); Green value is 85 (33.59% from 255 or 69.11% from 123); Blue value is 37 (14.84% from 255 or 30.08% from 123); Max value from RGB is 85 - color contains mainly: green. Hex color #015525 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015525 is #FEAADA. Grayscale: #363636. Windows color (decimal): -16689883 or 2446593. OLE color: 2446593.

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

Color convert

RGB 1 85 37 -
CMYK 0.99 0 0.56 0.67
HSL 145.71º 0.98% 0.17% -
HSV(B) 145.71º 0.99% 0.33% -
XYZ 3.59 6.64 2.84 -
YUV 54.41 118.17 89.9 -
System Red Green Blue C M Y K H S L
Decimal 1 85 37 0.99 0 0.56 0.67 145.71 0.98 0.17
Hex 1 55 25 63 0 38 43 92 62 11
Octal 1 125 45 143 0 70 103 222 142 21
Binary 1 1010101 100101 1100011 0 111000 1000011 10010010 1100010 10001

Color Harmonies of #015525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015525

Black with #015525

Text Example


Text Example

White with #015525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015525; }

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

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

background-color css

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

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

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

border-color css

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

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

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