#06482F

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

Shades of British Racing Green #06482F

Tints of British Racing Green #06482F

Color information

#06482F (or 0x06482F) is unknown color: approx British Racing Green. HEX triplet: 06, 48 and 2F. RGB value is (6,72,47). Sum of RGB (Red+Green+Blue) = 6+72+47=125 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.8% from 125); Green value is 72 (28.52% from 255 or 57.6% from 125); Blue value is 47 (18.75% from 255 or 37.6% from 125); Max value from RGB is 72 - color contains mainly: green. Hex color #06482F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06482F is #F9B7D0. Grayscale: #313131. Windows color (decimal): -16365521 or 3098630. OLE color: 3098630.

HSL color Cylindrical-coordinate representation of color #06482F: hue angle of 157.27º degrees, saturation: 0.85, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #06482F is Cyan = 0.92, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.72.

Color convert

RGB67247-
CMYK0.9200.350.72
HSL157.27º84.62%15.29%-
HSV(B)157.27º91.67%28.24%-
XYZ2.914.883.48-
YUV49.42126.6397.03-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.8%
GREEN value IS 72 (28.52% from 255) = 57.6%
BLUE value IS 47 (18.75% from 255) = 37.6%
R=4.8%
G=57.6%
B=37.6%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal672470.9200.350.72157.2784.6215.29
Hex6482F5C023489d55f
Octal61105713404311023512517
Binary11010010001011111011100010001110010001001110110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06482F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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