Html Css Color HEX #05401C British Racing Green

📋 copy color: '#05401C'

red 5 ◦ green 64 ◦ blue 28

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

Shades of British Racing Green #05401C

Tints of British Racing Green #05401C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 65.98%

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

R = 5.15%
G = 65.98%
B = 28.87%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.56

 K value IS 0.75

RGB Variations

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

Color information

#05401C (or 0x05401C) is known color: British Racing Green. HEX triplet: 05, 40 and 1C. RGB value is (5,64,28). Sum of RGB (Red+Green+Blue) = 5+64+28=97 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.15% from 97); Green value is 64 (25.39% from 255 or 65.98% from 97); Blue value is 28 (11.33% from 255 or 28.87% from 97); Max value from RGB is 64 - color contains mainly: green. Hex color #05401C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05401C is #FABFE3. Grayscale: #2A2A2A. Windows color (decimal): -16433124 or 1851397. OLE color: 1851397.

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

Color convert

RGB 5 64 28 -
CMYK 0.92 0 0.56 0.75
HSL 143.39º 0.86% 0.14% -
HSV(B) 143.39º 0.92% 0.25% -
XYZ 2.11 3.78 1.72 -
YUV 42.26 119.95 101.43 -
System Red Green Blue C M Y K H S L
Decimal 5 64 28 0.92 0 0.56 0.75 143.39 0.86 0.14
Hex 5 40 1C 5C 0 38 4B 8F 56 E
Octal 5 100 34 134 0 70 113 217 126 16
Binary 101 1000000 11100 1011100 0 111000 1001011 10001111 1010110 1110

Color Harmonies of #05401C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05401C

Black with #05401C

Text Example


Text Example

White with #05401C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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