#05402F

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

Shades of British Racing Green #05402F

Tints of British Racing Green #05402F

Color information

#05402F (or 0x05402F) is unknown color: approx British Racing Green. HEX triplet: 05, 40 and 2F. RGB value is (5,64,47). Sum of RGB (Red+Green+Blue) = 5+64+47=116 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.31% from 116); Green value is 64 (25.39% from 255 or 55.17% from 116); Blue value is 47 (18.75% from 255 or 40.52% from 116); Max value from RGB is 64 - color contains mainly: green. Hex color #05402F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05402F is #FABFD0. Grayscale: #2C2C2C. Windows color (decimal): -16433105 or 3096581. OLE color: 3096581.

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

Color convert

RGB56447-
CMYK0.9200.270.75
HSL162.71º85.51%13.53%-
HSV(B)162.71º92.19%25.1%-
XYZ2.413.93.32-
YUV44.42129.4599.88-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.31%
GREEN value IS 64 (25.39% from 255) = 55.17%
BLUE value IS 47 (18.75% from 255) = 40.52%
R=4.31%
G=55.17%
B=40.52%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal564470.9200.270.75162.7185.5113.53
Hex5402F5C01B4Ba356e
Octal51005713403311324312616
Binary1011000000101111101110001101110010111010001110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05402F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05402F; }

 p { color: rgb(5,64,47); }

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

<style>
 a { background-color: #05402F; }

 a { background-color: rgb(5,64,47); }

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

<style>
 span { border-color: #05402F; }

 span { border-color: rgb(5,64,47); }

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