#084026

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

Shades of British Racing Green #084026

Tints of British Racing Green #084026

Color information

#084026 (or 0x084026) is unknown color: approx British Racing Green. HEX triplet: 08, 40 and 26. RGB value is (8,64,38). Sum of RGB (Red+Green+Blue) = 8+64+38=110 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.27% from 110); Green value is 64 (25.39% from 255 or 58.18% from 110); Blue value is 38 (15.23% from 255 or 34.55% from 110); Max value from RGB is 64 - color contains mainly: green. Hex color #084026 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084026 is #F7BFD9. Grayscale: #2C2C2C. Windows color (decimal): -16236506 or 2506760. OLE color: 2506760.

HSL color Cylindrical-coordinate representation of color #084026: hue angle of 152.14º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #084026 is Cyan = 0.87, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.75.

Color convert

RGB86438-
CMYK0.8700.410.75
HSL152.14º77.78%14.12%-
HSV(B)152.14º87.5%25.1%-
XYZ2.283.862.46-
YUV44.29124.45102.11-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.27%
GREEN value IS 64 (25.39% from 255) = 58.18%
BLUE value IS 38 (15.23% from 255) = 34.55%
R=7.27%
G=58.18%
B=34.55%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal864380.8700.410.75152.1477.7814.12
Hex84026570294B984ee
Octal101004612705111323011616
Binary100010000001001101010111010100110010111001100010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084026; }

 p { color: rgb(8,64,38); }

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

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

 a { background-color: rgb(8,64,38); }

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

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

 span { border-color: rgb(8,64,38); }

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