Html Css Color HEX #05411C British Racing Green

📋 copy color: '#05411C'

red 5 ◦ green 65 ◦ blue 28

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

Shades of British Racing Green #05411C

Tints of British Racing Green #05411C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 28.57%

R = 5.1%
G = 66.33%
B = 28.57%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.57

 K value IS 0.75

RGB Variations

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

Color information

#05411C (or 0x05411C) is known color: British Racing Green. HEX triplet: 05, 41 and 1C. RGB value is (5,65,28). Sum of RGB (Red+Green+Blue) = 5+65+28=98 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.10% from 98); Green value is 65 (25.78% from 255 or 66.33% from 98); Blue value is 28 (11.33% from 255 or 28.57% from 98); Max value from RGB is 65 - color contains mainly: green. Hex color #05411C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05411C is #FABEE3. Grayscale: #2A2A2A. Windows color (decimal): -16432868 or 1851653. OLE color: 1851653.

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

Color convert

RGB 5 65 28 -
CMYK 0.92 0 0.57 0.75
HSL 143º 0.86% 0.14% -
HSV(B) 143º 0.92% 0.25% -
XYZ 2.16 3.9 1.74 -
YUV 42.84 119.62 101.01 -
System Red Green Blue C M Y K H S L
Decimal 5 65 28 0.92 0 0.57 0.75 143 0.86 0.14
Hex 5 41 1C 5C 0 39 4B 8F 56 E
Octal 5 101 34 134 0 71 113 217 126 16
Binary 101 1000001 11100 1011100 0 111001 1001011 10001111 1010110 1110

Color Harmonies of #05411C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05411C

Black with #05411C

Text Example


Text Example

White with #05411C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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