#06442F

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

Shades of British Racing Green #06442F

Tints of British Racing Green #06442F

Color information

#06442F (or 0x06442F) is unknown color: approx British Racing Green. HEX triplet: 06, 44 and 2F. RGB value is (6,68,47). Sum of RGB (Red+Green+Blue) = 6+68+47=121 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.96% from 121); Green value is 68 (26.95% from 255 or 56.20% from 121); Blue value is 47 (18.75% from 255 or 38.84% from 121); Max value from RGB is 68 - color contains mainly: green. Hex color #06442F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06442F is #F9BBD0. Grayscale: #2F2F2F. Windows color (decimal): -16366545 or 3097606. OLE color: 3097606.

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

Color convert

RGB66847-
CMYK0.9100.310.73
HSL159.68º83.78%14.51%-
HSV(B)159.68º91.18%26.67%-
XYZ2.664.383.39-
YUV47.07127.9698.71-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.96%
GREEN value IS 68 (26.95% from 255) = 56.20%
BLUE value IS 47 (18.75% from 255) = 38.84%
R=4.96%
G=56.20%
B=38.84%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal668470.9100.310.73159.6883.7814.51
Hex6442F5B01F49a054f
Octal61045713303711124012417
Binary1101000100101111101101101111110010011010000010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06442F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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