Html Css Color HEX #015318 British Racing Green

📋 copy color: '#015318'

red 1 ◦ green 83 ◦ blue 24

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

Shades of British Racing Green #015318

Tints of British Racing Green #015318

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 22.22%

R = 0.93%
G = 76.85%
B = 22.22%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.71

 K value IS 0.67

RGB Variations

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

Color information

#015318 (or 0x015318) is known color: British Racing Green. HEX triplet: 01, 53 and 18. RGB value is (1,83,24). Sum of RGB (Red+Green+Blue) = 1+83+24=108 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.93% from 108); Green value is 83 (32.81% from 255 or 76.85% from 108); Blue value is 24 (9.77% from 255 or 22.22% from 108); Max value from RGB is 83 - color contains mainly: green. Hex color #015318 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015318 is #FEACE7. Grayscale: #333333. Windows color (decimal): -16690408 or 1594113. OLE color: 1594113.

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

Color convert

RGB 1 83 24 -
CMYK 0.99 0 0.71 0.67
HSL 136.83º 0.98% 0.16% -
HSV(B) 136.83º 0.99% 0.33% -
XYZ 3.27 6.26 1.9 -
YUV 51.76 112.33 91.8 -
System Red Green Blue C M Y K H S L
Decimal 1 83 24 0.99 0 0.71 0.67 136.83 0.98 0.16
Hex 1 53 18 63 0 47 43 89 62 10
Octal 1 123 30 143 0 107 103 211 142 20
Binary 1 1010011 11000 1100011 0 1000111 1000011 10001001 1100010 10000

Color Harmonies of #015318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015318

Black with #015318

Text Example


Text Example

White with #015318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015318; }

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

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

background-color css

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

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

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

border-color css

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

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

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