Html Css Color HEX #05411B British Racing Green

📋 copy color: '#05411B'

red 5 ◦ green 65 ◦ blue 27

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

Shades of British Racing Green #05411B

Tints of British Racing Green #05411B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 27.84%

R = 5.15%
G = 67.01%
B = 27.84%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.58

 K value IS 0.75

RGB Variations

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

Color information

#05411B (or 0x05411B) is known color: British Racing Green. HEX triplet: 05, 41 and 1B. RGB value is (5,65,27). Sum of RGB (Red+Green+Blue) = 5+65+27=97 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.15% from 97); Green value is 65 (25.78% from 255 or 67.01% from 97); Blue value is 27 (10.94% from 255 or 27.84% from 97); Max value from RGB is 65 - color contains mainly: green. Hex color #05411B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05411B is #FABEE4. Grayscale: #2A2A2A. Windows color (decimal): -16432869 or 1786117. OLE color: 1786117.

HSL color Cylindrical-coordinate representation of color #05411B: hue angle of 142º 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 #05411B is Cyan = 0.92, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.75.

Color convert

RGB 5 65 27 -
CMYK 0.92 0 0.58 0.75
HSL 142º 0.86% 0.14% -
HSV(B) 142º 0.92% 0.25% -
XYZ 2.15 3.89 1.67 -
YUV 42.73 119.12 101.09 -
System Red Green Blue C M Y K H S L
Decimal 5 65 27 0.92 0 0.58 0.75 142 0.86 0.14
Hex 5 41 1B 5C 0 3A 4B 8E 56 E
Octal 5 101 33 134 0 72 113 216 126 16
Binary 101 1000001 11011 1011100 0 111010 1001011 10001110 1010110 1110

Color Harmonies of #05411B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05411B

Black with #05411B

Text Example


Text Example

White with #05411B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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