Html Css Color HEX #005024 British Racing Green

📋 copy color: '#005024'

red 0 ◦ green 80 ◦ blue 36

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

Shades of British Racing Green #005024

Tints of British Racing Green #005024

RGB

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

 GREEN value IS 80 (31.64% from 255) = 68.97%

 BLUE value IS 36 (14.45% from 255) = 31.03%

R = 0%
G = 68.97%
B = 31.03%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.55

 K value IS 0.69

RGB Variations

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

Color information

#005024 (or 0x005024) is known color: British Racing Green. HEX triplet: 00, 50 and 24. RGB value is (0,80,36). Sum of RGB (Red+Green+Blue) = 0+80+36=116 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 116); Green value is 80 (31.64% from 255 or 68.97% from 116); Blue value is 36 (14.45% from 255 or 31.03% from 116); Max value from RGB is 80 - color contains mainly: green. Hex color #005024 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005024 is #FFAFDB. Grayscale: #333333. Windows color (decimal): -16756700 or 2379776. OLE color: 2379776.

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

Color convert

RGB 0 80 36 -
CMYK 1 0 0.55 0.69
HSL 147º 1% 0.16% -
HSV(B) 147º 1% 0.31% -
XYZ 3.19 5.86 2.63 -
YUV 51.06 119.5 91.58 -
System Red Green Blue C M Y K H S L
Decimal 0 80 36 1 0 0.55 0.69 147 1 0.16
Hex 0 50 24 64 0 37 45 93 64 10
Octal 0 120 44 144 0 67 105 223 144 20
Binary 0 1010000 100100 1100100 0 110111 1000101 10010011 1100100 10000

Color Harmonies of #005024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005024

Black with #005024

Text Example


Text Example

White with #005024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005024; }

 p { color: rgb(0,80,36); }

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

background-color css

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

 a { background-color: rgb(0,80,36); }

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

border-color css

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

 span { border-color: rgb(0,80,36); }

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