Html Css Color HEX #015831 British Racing Green

📋 copy color: '#015831'

red 1 ◦ green 88 ◦ blue 49

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

Shades of British Racing Green #015831

Tints of British Racing Green #015831

RGB

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

 GREEN value IS 88 (34.77% from 255) = 63.77%

 BLUE value IS 49 (19.53% from 255) = 35.51%

R = 0.72%
G = 63.77%
B = 35.51%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.44

 K value IS 0.65

RGB Variations

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

Color information

#015831 (or 0x015831) is known color: British Racing Green. HEX triplet: 01, 58 and 31. RGB value is (1,88,49). Sum of RGB (Red+Green+Blue) = 1+88+49=138 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.72% from 138); Green value is 88 (34.77% from 255 or 63.77% from 138); Blue value is 49 (19.53% from 255 or 35.51% from 138); Max value from RGB is 88 - color contains mainly: green. Hex color #015831 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015831 is #FEA7CE. Grayscale: #393939. Windows color (decimal): -16689103 or 3233793. OLE color: 3233793.

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

Color convert

RGB 1 88 49 -
CMYK 0.99 0 0.44 0.65
HSL 153.1º 0.98% 0.17% -
HSV(B) 153.1º 0.99% 0.35% -
XYZ 4.06 7.21 4.08 -
YUV 57.54 123.18 87.67 -
System Red Green Blue C M Y K H S L
Decimal 1 88 49 0.99 0 0.44 0.65 153.1 0.98 0.17
Hex 1 58 31 63 0 2C 41 99 62 11
Octal 1 130 61 143 0 54 101 231 142 21
Binary 1 1011000 110001 1100011 0 101100 1000001 10011001 1100010 10001

Color Harmonies of #015831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015831

Black with #015831

Text Example


Text Example

White with #015831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015831; }

 p { color: rgb(1,88,49); }

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

background-color css

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

 a { background-color: rgb(1,88,49); }

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

border-color css

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

 span { border-color: rgb(1,88,49); }

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