Html Css Color HEX #005218 British Racing Green

📋 copy color: '#005218'

red 0 ◦ green 82 ◦ blue 24

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

Shades of British Racing Green #005218

Tints of British Racing Green #005218

RGB

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

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

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

R = 0%
G = 77.36%
B = 22.64%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.71

 K value IS 0.68

RGB Variations

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

Color information

#005218 (or 0x005218) is known color: British Racing Green. HEX triplet: 00, 52 and 18. RGB value is (0,82,24). Sum of RGB (Red+Green+Blue) = 0+82+24=106 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 106); Green value is 82 (32.42% from 255 or 77.36% from 106); Blue value is 24 (9.77% from 255 or 22.64% from 106); Max value from RGB is 82 - color contains mainly: green. Hex color #005218 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #005218 is #FFADE7. Grayscale: #333333. Windows color (decimal): -16756200 or 1593856. OLE color: 1593856.

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

Color convert

RGB 0 82 24 -
CMYK 1 0 0.71 0.68
HSL 137.56º 1% 0.16% -
HSV(B) 137.56º 1% 0.32% -
XYZ 3.18 6.1 1.87 -
YUV 50.87 112.83 91.72 -
System Red Green Blue C M Y K H S L
Decimal 0 82 24 1 0 0.71 0.68 137.56 1 0.16
Hex 0 52 18 64 0 47 44 8A 64 10
Octal 0 122 30 144 0 107 104 212 144 20
Binary 0 1010010 11000 1100100 0 1000111 1000100 10001010 1100100 10000

Color Harmonies of #005218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005218

Black with #005218

Text Example


Text Example

White with #005218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005218; }

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

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

background-color css

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

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

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

border-color css

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

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

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