Html Css Color HEX #015730 British Racing Green

📋 copy color: '#015730'

red 1 ◦ green 87 ◦ blue 48

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

Shades of British Racing Green #015730

Tints of British Racing Green #015730

RGB

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

 GREEN value IS 87 (34.38% from 255) = 63.97%

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

R = 0.74%
G = 63.97%
B = 35.29%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.45

 K value IS 0.66

RGB Variations

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

Color information

#015730 (or 0x015730) is known color: British Racing Green. HEX triplet: 01, 57 and 30. RGB value is (1,87,48). Sum of RGB (Red+Green+Blue) = 1+87+48=136 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.74% from 136); Green value is 87 (34.38% from 255 or 63.97% from 136); Blue value is 48 (19.14% from 255 or 35.29% from 136); Max value from RGB is 87 - color contains mainly: green. Hex color #015730 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015730 is #FEA8CF. Grayscale: #383838. Windows color (decimal): -16689360 or 3168001. OLE color: 3168001.

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

Color convert

RGB 1 87 48 -
CMYK 0.99 0 0.45 0.66
HSL 152.79º 0.98% 0.17% -
HSV(B) 152.79º 0.99% 0.34% -
XYZ 3.95 7.04 3.95 -
YUV 56.84 123.01 88.17 -
System Red Green Blue C M Y K H S L
Decimal 1 87 48 0.99 0 0.45 0.66 152.79 0.98 0.17
Hex 1 57 30 63 0 2D 42 99 62 11
Octal 1 127 60 143 0 55 102 231 142 21
Binary 1 1010111 110000 1100011 0 101101 1000010 10011001 1100010 10001

Color Harmonies of #015730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015730

Black with #015730

Text Example


Text Example

White with #015730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015730; }

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

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

background-color css

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

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

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

border-color css

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

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

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