Html Css Color HEX #015320 British Racing Green

📋 copy color: '#015320'

red 1 ◦ green 83 ◦ blue 32

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

Shades of British Racing Green #015320

Tints of British Racing Green #015320

RGB

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

 GREEN value IS 83 (32.81% from 255) = 71.55%

 BLUE value IS 32 (12.89% from 255) = 27.59%

R = 0.86%
G = 71.55%
B = 27.59%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.61

 K value IS 0.67

RGB Variations

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

Color information

#015320 (or 0x015320) is known color: British Racing Green. HEX triplet: 01, 53 and 20. RGB value is (1,83,32). Sum of RGB (Red+Green+Blue) = 1+83+32=116 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.86% from 116); Green value is 83 (32.81% from 255 or 71.55% from 116); Blue value is 32 (12.89% from 255 or 27.59% from 116); Max value from RGB is 83 - color contains mainly: green. Hex color #015320 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015320 is #FEACDF. Grayscale: #343434. Windows color (decimal): -16690400 or 2118401. OLE color: 2118401.

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

Color convert

RGB 1 83 32 -
CMYK 0.99 0 0.61 0.67
HSL 142.68º 0.98% 0.16% -
HSV(B) 142.68º 0.99% 0.33% -
XYZ 3.37 6.3 2.4 -
YUV 52.67 116.33 91.15 -
System Red Green Blue C M Y K H S L
Decimal 1 83 32 0.99 0 0.61 0.67 142.68 0.98 0.16
Hex 1 53 20 63 0 3D 43 8F 62 10
Octal 1 123 40 143 0 75 103 217 142 20
Binary 1 1010011 100000 1100011 0 111101 1000011 10001111 1100010 10000

Color Harmonies of #015320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015320

Black with #015320

Text Example


Text Example

White with #015320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015320; }

 p { color: rgb(1,83,32); }

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

background-color css

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

 a { background-color: rgb(1,83,32); }

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

border-color css

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

 span { border-color: rgb(1,83,32); }

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