#06442E

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

Shades of British Racing Green #06442E

Tints of British Racing Green #06442E

Color information

#06442E (or 0x06442E) is unknown color: approx British Racing Green. HEX triplet: 06, 44 and 2E. RGB value is (6,68,46). Sum of RGB (Red+Green+Blue) = 6+68+46=120 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5% from 120); Green value is 68 (26.95% from 255 or 56.67% from 120); Blue value is 46 (18.36% from 255 or 38.33% from 120); Max value from RGB is 68 - color contains mainly: green. Hex color #06442E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06442E is #F9BBD1. Grayscale: #2E2E2E. Windows color (decimal): -16366546 or 3032070. OLE color: 3032070.

HSL color Cylindrical-coordinate representation of color #06442E: hue angle of 158.71º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #06442E is Cyan = 0.91, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.73.

Color convert

RGB66846-
CMYK0.9100.320.73
HSL158.71º83.78%14.51%-
HSV(B)158.71º91.18%26.67%-
XYZ2.644.373.29-
YUV46.95127.4698.79-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5%
GREEN value IS 68 (26.95% from 255) = 56.67%
BLUE value IS 46 (18.36% from 255) = 38.33%
R=5%
G=56.67%
B=38.33%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal668460.9100.320.73158.7183.7814.51
Hex6442E5B020499f54f
Octal61045613304011123712417
Binary11010001001011101011011010000010010011001111110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06442E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06442E; }

 p { color: rgb(6,68,46); }

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

<style>
 a { background-color: #06442E; }

 a { background-color: rgb(6,68,46); }

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

<style>
 span { border-color: #06442E; }

 span { border-color: rgb(6,68,46); }

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