Html Css Color HEX #05462D British Racing Green

📋 copy color: '#05462D'

red 5 ◦ green 70 ◦ blue 45

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

Shades of British Racing Green #05462D

Tints of British Racing Green #05462D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 58.33%

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

R = 4.17%
G = 58.33%
B = 37.5%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.36

 K value IS 0.73

RGB Variations

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

Color information

#05462D (or 0x05462D) is known color: British Racing Green. HEX triplet: 05, 46 and 2D. RGB value is (5,70,45). Sum of RGB (Red+Green+Blue) = 5+70+45=120 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.17% from 120); Green value is 70 (27.73% from 255 or 58.33% from 120); Blue value is 45 (17.97% from 255 or 37.5% from 120); Max value from RGB is 70 - color contains mainly: green. Hex color #05462D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05462D is #FAB9D2. Grayscale: #2F2F2F. Windows color (decimal): -16431571 or 2967045. OLE color: 2967045.

HSL color Cylindrical-coordinate representation of color #05462D: hue angle of 156.92º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #05462D is Cyan = 0.93, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.73.

Color convert

RGB 5 70 45 -
CMYK 0.93 0 0.36 0.73
HSL 156.92º 0.87% 0.15% -
HSV(B) 156.92º 0.93% 0.27% -
XYZ 2.73 4.6 3.23 -
YUV 47.72 126.47 97.53 -
System Red Green Blue C M Y K H S L
Decimal 5 70 45 0.93 0 0.36 0.73 156.92 0.87 0.15
Hex 5 46 2D 5D 0 24 49 9D 57 F
Octal 5 106 55 135 0 44 111 235 127 17
Binary 101 1000110 101101 1011101 0 100100 1001001 10011101 1010111 1111

Color Harmonies of #05462D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05462D

Black with #05462D

Text Example


Text Example

White with #05462D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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