Html Css Color HEX #05501D British Racing Green

📋 copy color: '#05501D'

red 5 ◦ green 80 ◦ blue 29

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

Shades of British Racing Green #05501D

Tints of British Racing Green #05501D

RGB

 RED value IS 5 (2.34% from 255) = 4.39%

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

 BLUE value IS 29 (11.72% from 255) = 25.44%

R = 4.39%
G = 70.18%
B = 25.44%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.64

 K value IS 0.69

RGB Variations

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

Color information

#05501D (or 0x05501D) is known color: British Racing Green. HEX triplet: 05, 50 and 1D. RGB value is (5,80,29). Sum of RGB (Red+Green+Blue) = 5+80+29=114 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.39% from 114); Green value is 80 (31.64% from 255 or 70.18% from 114); Blue value is 29 (11.72% from 255 or 25.44% from 114); Max value from RGB is 80 - color contains mainly: green. Hex color #05501D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05501D is #FAAFE2. Grayscale: #333333. Windows color (decimal): -16429027 or 1921029. OLE color: 1921029.

HSL color Cylindrical-coordinate representation of color #05501D: hue angle of 139.2º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #05501D is Cyan = 0.94, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.69.

Color convert

RGB 5 80 29 -
CMYK 0.94 0 0.64 0.69
HSL 139.2º 0.88% 0.17% -
HSV(B) 139.2º 0.94% 0.31% -
XYZ 3.15 5.86 2.13 -
YUV 51.76 115.15 94.65 -
System Red Green Blue C M Y K H S L
Decimal 5 80 29 0.94 0 0.64 0.69 139.2 0.88 0.17
Hex 5 50 1D 5E 0 40 45 8B 58 11
Octal 5 120 35 136 0 100 105 213 130 21
Binary 101 1010000 11101 1011110 0 1000000 1000101 10001011 1011000 10001

Color Harmonies of #05501D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05501D

Black with #05501D

Text Example


Text Example

White with #05501D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05501D; }

 p { color: rgb(5,80,29); }

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

background-color css

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

 a { background-color: rgb(5,80,29); }

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

border-color css

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

 span { border-color: rgb(5,80,29); }

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