#05442A

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

Shades of British Racing Green #05442A

Tints of British Racing Green #05442A

Color information

#05442A (or 0x05442A) is unknown color: approx British Racing Green. HEX triplet: 05, 44 and 2A. RGB value is (5,68,42). Sum of RGB (Red+Green+Blue) = 5+68+42=115 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.35% from 115); Green value is 68 (26.95% from 255 or 59.13% from 115); Blue value is 42 (16.80% from 255 or 36.52% from 115); Max value from RGB is 68 - color contains mainly: green. Hex color #05442A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05442A is #FABBD5. Grayscale: #2E2E2E. Windows color (decimal): -16432086 or 2769925. OLE color: 2769925.

HSL color Cylindrical-coordinate representation of color #05442A: hue angle of 155.24º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #05442A is Cyan = 0.93, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.73.

Color convert

RGB56842-
CMYK0.9300.380.73
HSL155.24º86.3%14.31%-
HSV(B)155.24º92.65%26.67%-
XYZ2.554.332.89-
YUV46.2125.6398.61-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.35%
GREEN value IS 68 (26.95% from 255) = 59.13%
BLUE value IS 42 (16.80% from 255) = 36.52%
R=4.35%
G=59.13%
B=36.52%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal568420.9300.380.73155.2486.314.31
Hex5442A5D026499b56e
Octal51045213504611123312616
Binary10110001001010101011101010011010010011001101110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05442A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05442A; }

 p { color: rgb(5,68,42); }

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

<style>
 a { background-color: #05442A; }

 a { background-color: rgb(5,68,42); }

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

<style>
 span { border-color: #05442A; }

 span { border-color: rgb(5,68,42); }

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