Html Css Color HEX #05411F British Racing Green

📋 copy color: '#05411F'

red 5 ◦ green 65 ◦ blue 31

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

Shades of British Racing Green #05411F

Tints of British Racing Green #05411F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 30.69%

R = 4.95%
G = 64.36%
B = 30.69%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.52

 K value IS 0.75

RGB Variations

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

Color information

#05411F (or 0x05411F) is known color: British Racing Green. HEX triplet: 05, 41 and 1F. RGB value is (5,65,31). Sum of RGB (Red+Green+Blue) = 5+65+31=101 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.95% from 101); Green value is 65 (25.78% from 255 or 64.36% from 101); Blue value is 31 (12.5% from 255 or 30.69% from 101); Max value from RGB is 65 - color contains mainly: green. Hex color #05411F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05411F is #FABEE0. Grayscale: #2B2B2B. Windows color (decimal): -16432865 or 2048261. OLE color: 2048261.

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

Color convert

RGB 5 65 31 -
CMYK 0.92 0 0.52 0.75
HSL 146º 0.86% 0.14% -
HSV(B) 146º 0.92% 0.25% -
XYZ 2.2 3.91 1.94 -
YUV 43.18 121.12 100.76 -
System Red Green Blue C M Y K H S L
Decimal 5 65 31 0.92 0 0.52 0.75 146 0.86 0.14
Hex 5 41 1F 5C 0 34 4B 92 56 E
Octal 5 101 37 134 0 64 113 222 126 16
Binary 101 1000001 11111 1011100 0 110100 1001011 10010010 1010110 1110

Color Harmonies of #05411F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05411F

Black with #05411F

Text Example


Text Example

White with #05411F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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