#05432A

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

Shades of British Racing Green #05432A

Tints of British Racing Green #05432A

Color information

#05432A (or 0x05432A) is unknown color: approx British Racing Green. HEX triplet: 05, 43 and 2A. RGB value is (5,67,42). Sum of RGB (Red+Green+Blue) = 5+67+42=114 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.39% from 114); Green value is 67 (26.56% from 255 or 58.77% from 114); Blue value is 42 (16.80% from 255 or 36.84% from 114); Max value from RGB is 67 - color contains mainly: green. Hex color #05432A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05432A is #FABCD5. Grayscale: #2D2D2D. Windows color (decimal): -16432342 or 2769669. OLE color: 2769669.

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

Color convert

RGB56742-
CMYK0.9300.370.74
HSL155.81º86.11%14.12%-
HSV(B)155.81º92.54%26.27%-
XYZ2.494.212.87-
YUV45.61125.9699.03-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.39%
GREEN value IS 67 (26.56% from 255) = 58.77%
BLUE value IS 42 (16.80% from 255) = 36.84%
R=4.39%
G=58.77%
B=36.84%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal567420.9300.370.74155.8186.1114.12
Hex5432A5D0254A9c56e
Octal51035213504511223412616
Binary10110000111010101011101010010110010101001110010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05432A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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