#083E2E

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

Shades of British Racing Green #083E2E

Tints of British Racing Green #083E2E

Color information

#083E2E (or 0x083E2E) is unknown color: approx British Racing Green. HEX triplet: 08, 3E and 2E. RGB value is (8,62,46). Sum of RGB (Red+Green+Blue) = 8+62+46=116 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.90% from 116); Green value is 62 (24.61% from 255 or 53.45% from 116); Blue value is 46 (18.36% from 255 or 39.66% from 116); Max value from RGB is 62 - color contains mainly: green. Hex color #083E2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083E2E is #F7C1D1. Grayscale: #2C2C2C. Windows color (decimal): -16237010 or 3030536. OLE color: 3030536.

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

Color convert

RGB86246-
CMYK0.8700.260.76
HSL162.22º77.14%13.73%-
HSV(B)162.22º87.1%24.31%-
XYZ2.323.693.18-
YUV44.03129.11102.3-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.90%
GREEN value IS 62 (24.61% from 255) = 53.45%
BLUE value IS 46 (18.36% from 255) = 39.66%
R=6.90%
G=53.45%
B=39.66%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal862460.8700.260.76162.2277.1413.73
Hex83E2E5701A4Ca24de
Octal10765612703211424211516
Binary1000111110101110101011101101010011001010001010011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,62,46); }

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

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

 a { background-color: rgb(8,62,46); }

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

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

 span { border-color: rgb(8,62,46); }

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