Html Css Color HEX #005217 British Racing Green

📋 copy color: '#005217'

red 0 ◦ green 82 ◦ blue 23

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

Shades of British Racing Green #005217

Tints of British Racing Green #005217

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 78.1%
B = 21.9%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.72

 K value IS 0.68

RGB Variations

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

Color information

#005217 (or 0x005217) is known color: British Racing Green. HEX triplet: 00, 52 and 17. RGB value is (0,82,23). Sum of RGB (Red+Green+Blue) = 0+82+23=105 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 105); Green value is 82 (32.42% from 255 or 78.10% from 105); Blue value is 23 (9.38% from 255 or 21.90% from 105); Max value from RGB is 82 - color contains mainly: green. Hex color #005217 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #005217 is #FFADE8. Grayscale: #323232. Windows color (decimal): -16756201 or 1528320. OLE color: 1528320.

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

Color convert

RGB 0 82 23 -
CMYK 1 0 0.72 0.68
HSL 136.83º 1% 0.16% -
HSV(B) 136.83º 1% 0.32% -
XYZ 3.17 6.1 1.82 -
YUV 50.76 112.33 91.8 -
System Red Green Blue C M Y K H S L
Decimal 0 82 23 1 0 0.72 0.68 136.83 1 0.16
Hex 0 52 17 64 0 48 44 89 64 10
Octal 0 122 27 144 0 110 104 211 144 20
Binary 0 1010010 10111 1100100 0 1001000 1000100 10001001 1100100 10000

Color Harmonies of #005217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005217

Black with #005217

Text Example


Text Example

White with #005217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005217; }

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

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

background-color css

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

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

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

border-color css

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

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

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