Html Css Color HEX #015130 British Racing Green

📋 copy color: '#015130'

red 1 ◦ green 81 ◦ blue 48

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

Shades of British Racing Green #015130

Tints of British Racing Green #015130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 36.92%

R = 0.77%
G = 62.31%
B = 36.92%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.41

 K value IS 0.68

RGB Variations

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

Color information

#015130 (or 0x015130) is known color: British Racing Green. HEX triplet: 01, 51 and 30. RGB value is (1,81,48). Sum of RGB (Red+Green+Blue) = 1+81+48=130 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.77% from 130); Green value is 81 (32.03% from 255 or 62.31% from 130); Blue value is 48 (19.14% from 255 or 36.92% from 130); Max value from RGB is 81 - color contains mainly: green. Hex color #015130 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015130 is #FEAECF. Grayscale: #353535. Windows color (decimal): -16690896 or 3166465. OLE color: 3166465.

HSL color Cylindrical-coordinate representation of color #015130: hue angle of 155.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 #015130 is Cyan = 0.99, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.68.

Color convert

RGB 1 81 48 -
CMYK 0.99 0 0.41 0.68
HSL 155.25º 0.98% 0.16% -
HSV(B) 155.25º 0.99% 0.32% -
XYZ 3.49 6.1 3.79 -
YUV 53.32 125 90.68 -
System Red Green Blue C M Y K H S L
Decimal 1 81 48 0.99 0 0.41 0.68 155.25 0.98 0.16
Hex 1 51 30 63 0 29 44 9B 62 10
Octal 1 121 60 143 0 51 104 233 142 20
Binary 1 1010001 110000 1100011 0 101001 1000100 10011011 1100010 10000

Color Harmonies of #015130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015130

Black with #015130

Text Example


Text Example

White with #015130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015130; }

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

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

background-color css

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

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

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

border-color css

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

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

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