Html Css Color HEX #015830 British Racing Green

📋 copy color: '#015830'

red 1 ◦ green 88 ◦ blue 48

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

Shades of British Racing Green #015830

Tints of British Racing Green #015830

RGB

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

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

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

R = 0.73%
G = 64.23%
B = 35.04%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.45

 K value IS 0.65

RGB Variations

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

Color information

#015830 (or 0x015830) is known color: British Racing Green. HEX triplet: 01, 58 and 30. RGB value is (1,88,48). Sum of RGB (Red+Green+Blue) = 1+88+48=137 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.73% from 137); Green value is 88 (34.77% from 255 or 64.23% from 137); Blue value is 48 (19.14% from 255 or 35.04% from 137); Max value from RGB is 88 - color contains mainly: green. Hex color #015830 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015830 is #FEA7CF. Grayscale: #393939. Windows color (decimal): -16689104 or 3168257. OLE color: 3168257.

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

Color convert

RGB 1 88 48 -
CMYK 0.99 0 0.45 0.65
HSL 152.41º 0.98% 0.17% -
HSV(B) 152.41º 0.99% 0.35% -
XYZ 4.04 7.2 3.97 -
YUV 57.43 122.68 87.75 -
System Red Green Blue C M Y K H S L
Decimal 1 88 48 0.99 0 0.45 0.65 152.41 0.98 0.17
Hex 1 58 30 63 0 2D 41 98 62 11
Octal 1 130 60 143 0 55 101 230 142 21
Binary 1 1011000 110000 1100011 0 101101 1000001 10011000 1100010 10001

Color Harmonies of #015830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015830

Black with #015830

Text Example


Text Example

White with #015830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015830; }

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

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

background-color css

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

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

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

border-color css

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

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

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