Html Css Color HEX #05412D British Racing Green

📋 copy color: '#05412D'

red 5 ◦ green 65 ◦ blue 45

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

Shades of British Racing Green #05412D

Tints of British Racing Green #05412D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 39.13%

R = 4.35%
G = 56.52%
B = 39.13%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.31

 K value IS 0.75

RGB Variations

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

Color information

#05412D (or 0x05412D) is known color: British Racing Green. HEX triplet: 05, 41 and 2D. RGB value is (5,65,45). Sum of RGB (Red+Green+Blue) = 5+65+45=115 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.35% from 115); Green value is 65 (25.78% from 255 or 56.52% from 115); Blue value is 45 (17.97% from 255 or 39.13% from 115); Max value from RGB is 65 - color contains mainly: green. Hex color #05412D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05412D is #FABED2. Grayscale: #2C2C2C. Windows color (decimal): -16432851 or 2965765. OLE color: 2965765.

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

Color convert

RGB 5 65 45 -
CMYK 0.92 0 0.31 0.75
HSL 160º 0.86% 0.14% -
HSV(B) 160º 0.92% 0.25% -
XYZ 2.43 4 3.13 -
YUV 44.78 128.12 99.63 -
System Red Green Blue C M Y K H S L
Decimal 5 65 45 0.92 0 0.31 0.75 160 0.86 0.14
Hex 5 41 2D 5C 0 1F 4B A0 56 E
Octal 5 101 55 134 0 37 113 240 126 16
Binary 101 1000001 101101 1011100 0 11111 1001011 10100000 1010110 1110

Color Harmonies of #05412D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05412D

Black with #05412D

Text Example


Text Example

White with #05412D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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