Html Css Color HEX #05411D British Racing Green

📋 copy color: '#05411D'

red 5 ◦ green 65 ◦ blue 29

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

Shades of British Racing Green #05411D

Tints of British Racing Green #05411D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 65.66%

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

R = 5.05%
G = 65.66%
B = 29.29%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.55

 K value IS 0.75

RGB Variations

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

Color information

#05411D (or 0x05411D) is known color: British Racing Green. HEX triplet: 05, 41 and 1D. RGB value is (5,65,29). Sum of RGB (Red+Green+Blue) = 5+65+29=99 (13% of max value = 765). Red value is 5 (2.34% from 255 or 5.05% from 99); Green value is 65 (25.78% from 255 or 65.66% from 99); Blue value is 29 (11.72% from 255 or 29.29% from 99); Max value from RGB is 65 - color contains mainly: green. Hex color #05411D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05411D is #FABEE2. Grayscale: #2B2B2B. Windows color (decimal): -16432867 or 1917189. OLE color: 1917189.

HSL color Cylindrical-coordinate representation of color #05411D: hue angle of 144º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #05411D is Cyan = 0.92, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.75.

Color convert

RGB 5 65 29 -
CMYK 0.92 0 0.55 0.75
HSL 144º 0.86% 0.14% -
HSV(B) 144º 0.92% 0.25% -
XYZ 2.17 3.9 1.8 -
YUV 42.96 120.12 100.93 -
System Red Green Blue C M Y K H S L
Decimal 5 65 29 0.92 0 0.55 0.75 144 0.86 0.14
Hex 5 41 1D 5C 0 37 4B 90 56 E
Octal 5 101 35 134 0 67 113 220 126 16
Binary 101 1000001 11101 1011100 0 110111 1001011 10010000 1010110 1110

Color Harmonies of #05411D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05411D

Black with #05411D

Text Example


Text Example

White with #05411D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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