Html Css Color HEX #015630 British Racing Green

📋 copy color: '#015630'

red 1 ◦ green 86 ◦ blue 48

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

Shades of British Racing Green #015630

Tints of British Racing Green #015630

RGB

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

 GREEN value IS 86 (33.98% from 255) = 63.7%

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

R = 0.74%
G = 63.7%
B = 35.56%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.44

 K value IS 0.66

RGB Variations

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

Color information

#015630 (or 0x015630) is known color: British Racing Green. HEX triplet: 01, 56 and 30. RGB value is (1,86,48). Sum of RGB (Red+Green+Blue) = 1+86+48=135 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.74% from 135); Green value is 86 (33.98% from 255 or 63.70% from 135); Blue value is 48 (19.14% from 255 or 35.56% from 135); Max value from RGB is 86 - color contains mainly: green. Hex color #015630 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015630 is #FEA9CF. Grayscale: #383838. Windows color (decimal): -16689616 or 3167745. OLE color: 3167745.

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

Color convert

RGB 1 86 48 -
CMYK 0.99 0 0.44 0.66
HSL 153.18º 0.98% 0.17% -
HSV(B) 153.18º 0.99% 0.34% -
XYZ 3.87 6.88 3.92 -
YUV 56.25 123.34 88.59 -
System Red Green Blue C M Y K H S L
Decimal 1 86 48 0.99 0 0.44 0.66 153.18 0.98 0.17
Hex 1 56 30 63 0 2C 42 99 62 11
Octal 1 126 60 143 0 54 102 231 142 21
Binary 1 1010110 110000 1100011 0 101100 1000010 10011001 1100010 10001

Color Harmonies of #015630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015630

Black with #015630

Text Example


Text Example

White with #015630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015630; }

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

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

background-color css

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

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

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

border-color css

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

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

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