#083F26

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

Shades of British Racing Green #083F26

Tints of British Racing Green #083F26

Color information

#083F26 (or 0x083F26) is unknown color: approx British Racing Green. HEX triplet: 08, 3F and 26. RGB value is (8,63,38). Sum of RGB (Red+Green+Blue) = 8+63+38=109 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.34% from 109); Green value is 63 (25% from 255 or 57.80% from 109); Blue value is 38 (15.23% from 255 or 34.86% from 109); Max value from RGB is 63 - color contains mainly: green. Hex color #083F26 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083F26 is #F7C0D9. Grayscale: #2B2B2B. Windows color (decimal): -16236762 or 2506504. OLE color: 2506504.

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

Color convert

RGB86338-
CMYK0.8700.400.75
HSL152.73º77.46%13.92%-
HSV(B)152.73º87.3%24.71%-
XYZ2.233.752.44-
YUV43.7124.78102.53-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.34%
GREEN value IS 63 (25% from 255) = 57.80%
BLUE value IS 38 (15.23% from 255) = 34.86%
R=7.34%
G=57.80%
B=34.86%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal863380.8700.400.75152.7377.4613.92
Hex83F26570284B994de
Octal10774612705011323111516
Binary10001111111001101010111010100010010111001100110011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083F26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083F26; }

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

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

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

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

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

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

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

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