#06481E

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

Shades of British Racing Green #06481E

Tints of British Racing Green #06481E

Color information

#06481E (or 0x06481E) is unknown color: approx British Racing Green. HEX triplet: 06, 48 and 1E. RGB value is (6,72,30). Sum of RGB (Red+Green+Blue) = 6+72+30=108 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.56% from 108); Green value is 72 (28.52% from 255 or 66.67% from 108); Blue value is 30 (12.11% from 255 or 27.78% from 108); Max value from RGB is 72 - color contains mainly: green. Hex color #06481E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06481E is #F9B7E1. Grayscale: #2F2F2F. Windows color (decimal): -16365538 or 1984518. OLE color: 1984518.

HSL color Cylindrical-coordinate representation of color #06481E: hue angle of 141.82º 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 #06481E is Cyan = 0.92, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.72.

Color convert

RGB67230-
CMYK0.9200.580.72
HSL141.82º84.62%15.29%-
HSV(B)141.82º91.67%28.24%-
XYZ2.634.772.01-
YUV47.48118.1398.42-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.56%
GREEN value IS 72 (28.52% from 255) = 66.67%
BLUE value IS 30 (12.11% from 255) = 27.78%
R=5.56%
G=66.67%
B=27.78%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal672300.9200.580.72141.8284.6215.29
Hex6481E5C03A488e55f
Octal61103613407211021612517
Binary1101001000111101011100011101010010001000111010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06481E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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