Html Css Color HEX #015138 British Racing Green

📋 copy color: '#015138'

red 1 ◦ green 81 ◦ blue 56

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

Shades of British Racing Green #015138

Tints of British Racing Green #015138

RGB

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

 GREEN value IS 81 (32.03% from 255) = 58.7%

 BLUE value IS 56 (22.27% from 255) = 40.58%

R = 0.72%
G = 58.7%
B = 40.58%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.31

 K value IS 0.68

RGB Variations

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

Color information

#015138 (or 0x015138) is known color: British Racing Green. HEX triplet: 01, 51 and 38. RGB value is (1,81,56). Sum of RGB (Red+Green+Blue) = 1+81+56=138 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.72% from 138); Green value is 81 (32.03% from 255 or 58.70% from 138); Blue value is 56 (22.27% from 255 or 40.58% from 138); Max value from RGB is 81 - color contains mainly: green. Hex color #015138 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015138 is #FEAEC7. Grayscale: #363636. Windows color (decimal): -16690888 or 3690753. OLE color: 3690753.

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

Color convert

RGB 1 81 56 -
CMYK 0.99 0 0.31 0.68
HSL 161.25º 0.98% 0.16% -
HSV(B) 161.25º 0.99% 0.32% -
XYZ 3.67 6.18 4.74 -
YUV 54.23 129 90.03 -
System Red Green Blue C M Y K H S L
Decimal 1 81 56 0.99 0 0.31 0.68 161.25 0.98 0.16
Hex 1 51 38 63 0 1F 44 A1 62 10
Octal 1 121 70 143 0 37 104 241 142 20
Binary 1 1010001 111000 1100011 0 11111 1000100 10100001 1100010 10000

Color Harmonies of #015138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015138

Black with #015138

Text Example


Text Example

White with #015138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015138; }

 p { color: rgb(1,81,56); }

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

background-color css

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

 a { background-color: rgb(1,81,56); }

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

border-color css

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

 span { border-color: rgb(1,81,56); }

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