#06442D

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

Shades of British Racing Green #06442D

Tints of British Racing Green #06442D

Color information

#06442D (or 0x06442D) is unknown color: approx British Racing Green. HEX triplet: 06, 44 and 2D. RGB value is (6,68,45). Sum of RGB (Red+Green+Blue) = 6+68+45=119 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.04% from 119); Green value is 68 (26.95% from 255 or 57.14% from 119); Blue value is 45 (17.97% from 255 or 37.82% from 119); Max value from RGB is 68 - color contains mainly: green. Hex color #06442D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06442D is #F9BBD2. Grayscale: #2E2E2E. Windows color (decimal): -16366547 or 2966534. OLE color: 2966534.

HSL color Cylindrical-coordinate representation of color #06442D: hue angle of 157.74º 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 #06442D is Cyan = 0.91, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.73.

Color convert

RGB66845-
CMYK0.9100.340.73
HSL157.74º83.78%14.51%-
HSV(B)157.74º91.18%26.67%-
XYZ2.624.363.19-
YUV46.84126.9698.87-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.04%
GREEN value IS 68 (26.95% from 255) = 57.14%
BLUE value IS 45 (17.97% from 255) = 37.82%
R=5.04%
G=57.14%
B=37.82%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal668450.9100.340.73157.7483.7814.51
Hex6442D5B022499e54f
Octal61045513304211123612417
Binary11010001001011011011011010001010010011001111010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06442D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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