Html Css Color HEX #015315 British Racing Green

📋 copy color: '#015315'

red 1 ◦ green 83 ◦ blue 21

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

Shades of British Racing Green #015315

Tints of British Racing Green #015315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 20%

R = 0.95%
G = 79.05%
B = 20%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.75

 K value IS 0.67

RGB Variations

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

Color information

#015315 (or 0x015315) is known color: British Racing Green. HEX triplet: 01, 53 and 15. RGB value is (1,83,21). Sum of RGB (Red+Green+Blue) = 1+83+21=105 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.95% from 105); Green value is 83 (32.81% from 255 or 79.05% from 105); Blue value is 21 (8.59% from 255 or 20% from 105); Max value from RGB is 83 - color contains mainly: green. Hex color #015315 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015315 is #FEACEA. Grayscale: #333333. Windows color (decimal): -16690411 or 1397505. OLE color: 1397505.

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

Color convert

RGB 1 83 21 -
CMYK 0.99 0 0.75 0.67
HSL 134.63º 0.98% 0.16% -
HSV(B) 134.63º 0.99% 0.33% -
XYZ 3.24 6.25 1.74 -
YUV 51.41 110.83 92.04 -
System Red Green Blue C M Y K H S L
Decimal 1 83 21 0.99 0 0.75 0.67 134.63 0.98 0.16
Hex 1 53 15 63 0 4B 43 87 62 10
Octal 1 123 25 143 0 113 103 207 142 20
Binary 1 1010011 10101 1100011 0 1001011 1000011 10000111 1100010 10000

Color Harmonies of #015315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015315

Black with #015315

Text Example


Text Example

White with #015315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015315; }

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

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

background-color css

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

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

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

border-color css

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

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

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