Html Css Color HEX #015217 British Racing Green

📋 copy color: '#015217'

red 1 ◦ green 82 ◦ blue 23

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

Shades of British Racing Green #015217

Tints of British Racing Green #015217

RGB

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

 GREEN value IS 82 (32.42% from 255) = 77.36%

 BLUE value IS 23 (9.38% from 255) = 21.7%

R = 0.94%
G = 77.36%
B = 21.7%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.72

 K value IS 0.68

RGB Variations

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

Color information

#015217 (or 0x015217) is known color: British Racing Green. HEX triplet: 01, 52 and 17. RGB value is (1,82,23). Sum of RGB (Red+Green+Blue) = 1+82+23=106 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.94% from 106); Green value is 82 (32.42% from 255 or 77.36% from 106); Blue value is 23 (9.38% from 255 or 21.70% from 106); Max value from RGB is 82 - color contains mainly: green. Hex color #015217 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015217 is #FEADE8. Grayscale: #333333. Windows color (decimal): -16690665 or 1528321. OLE color: 1528321.

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

Color convert

RGB 1 82 23 -
CMYK 0.99 0 0.72 0.68
HSL 136.3º 0.98% 0.16% -
HSV(B) 136.3º 0.99% 0.32% -
XYZ 3.18 6.1 1.82 -
YUV 51.06 112.16 92.3 -
System Red Green Blue C M Y K H S L
Decimal 1 82 23 0.99 0 0.72 0.68 136.3 0.98 0.16
Hex 1 52 17 63 0 48 44 88 62 10
Octal 1 122 27 143 0 110 104 210 142 20
Binary 1 1010010 10111 1100011 0 1001000 1000100 10001000 1100010 10000

Color Harmonies of #015217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015217

Black with #015217

Text Example


Text Example

White with #015217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015217; }

 p { color: rgb(1,82,23); }

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

background-color css

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

 a { background-color: rgb(1,82,23); }

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

border-color css

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

 span { border-color: rgb(1,82,23); }

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