Html Css Color HEX #005318 British Racing Green

📋 copy color: '#005318'

red 0 ◦ green 83 ◦ blue 24

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

Shades of British Racing Green #005318

Tints of British Racing Green #005318

RGB

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

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

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

R = 0%
G = 77.57%
B = 22.43%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.71

 K value IS 0.67

RGB Variations

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

Color information

#005318 (or 0x005318) is known color: British Racing Green. HEX triplet: 00, 53 and 18. RGB value is (0,83,24). Sum of RGB (Red+Green+Blue) = 0+83+24=107 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 107); Green value is 83 (32.81% from 255 or 77.57% from 107); Blue value is 24 (9.77% from 255 or 22.43% from 107); Max value from RGB is 83 - color contains mainly: green. Hex color #005318 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #005318 is #FFACE7. Grayscale: #333333. Windows color (decimal): -16755944 or 1594112. OLE color: 1594112.

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

Color convert

RGB 0 83 24 -
CMYK 1 0 0.71 0.67
HSL 137.35º 1% 0.16% -
HSV(B) 137.35º 1% 0.33% -
XYZ 3.26 6.25 1.9 -
YUV 51.46 112.5 91.3 -
System Red Green Blue C M Y K H S L
Decimal 0 83 24 1 0 0.71 0.67 137.35 1 0.16
Hex 0 53 18 64 0 47 43 89 64 10
Octal 0 123 30 144 0 107 103 211 144 20
Binary 0 1010011 11000 1100100 0 1000111 1000011 10001001 1100100 10000

Color Harmonies of #005318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005318

Black with #005318

Text Example


Text Example

White with #005318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005318; }

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

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

background-color css

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

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

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

border-color css

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

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

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