#05422C

Color #05422C British Racing Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of British Racing Green #05422C

Tints of British Racing Green #05422C

Color information

#05422C (or 0x05422C) is unknown color: approx British Racing Green. HEX triplet: 05, 42 and 2C. RGB value is (5,66,44). Sum of RGB (Red+Green+Blue) = 5+66+44=115 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.35% from 115); Green value is 66 (26.17% from 255 or 57.39% from 115); Blue value is 44 (17.58% from 255 or 38.26% from 115); Max value from RGB is 66 - color contains mainly: green. Hex color #05422C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05422C is #FABDD3. Grayscale: #2D2D2D. Windows color (decimal): -16432596 or 2900485. OLE color: 2900485.

HSL color Cylindrical-coordinate representation of color #05422C: hue angle of 158.36º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #05422C is Cyan = 0.92, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.74.

Color convert

RGB56644-
CMYK0.9200.330.74
HSL158.36º85.92%13.92%-
HSV(B)158.36º92.42%25.88%-
XYZ2.474.113.05-
YUV45.25127.2999.29-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.35%
GREEN value IS 66 (26.17% from 255) = 57.39%
BLUE value IS 44 (17.58% from 255) = 38.26%
R=4.35%
G=57.39%
B=38.26%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal566440.9200.330.74158.3685.9213.92
Hex5422C5C0214A9e56e
Octal51025413404111223612616
Binary10110000101011001011100010000110010101001111010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05422C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,66,44); }

 H1.HeaderClassName
 {
   color: #05422C;
 }
 .AnyTagClassName
 {
   color: #05422C;
 }
</style>
background-color css

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

 a { background-color: rgb(5,66,44); }

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

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

 span { border-color: rgb(5,66,44); }

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