#083F2A

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

Shades of British Racing Green #083F2A

Tints of British Racing Green #083F2A

Color information

#083F2A (or 0x083F2A) is unknown color: approx British Racing Green. HEX triplet: 08, 3F and 2A. RGB value is (8,63,42). Sum of RGB (Red+Green+Blue) = 8+63+42=113 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.08% from 113); Green value is 63 (25% from 255 or 55.75% from 113); Blue value is 42 (16.80% from 255 or 37.17% from 113); Max value from RGB is 63 - color contains mainly: green. Hex color #083F2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083F2A is #F7C0D5. Grayscale: #2C2C2C. Windows color (decimal): -16236758 or 2768648. OLE color: 2768648.

HSL color Cylindrical-coordinate representation of color #083F2A: hue angle of 157.09º 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 #083F2A is Cyan = 0.87, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.75.

Color convert

RGB86342-
CMYK0.8700.330.75
HSL157.09º77.46%13.92%-
HSV(B)157.09º87.3%24.71%-
XYZ2.33.772.8-
YUV44.16126.78102.21-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.08%
GREEN value IS 63 (25% from 255) = 55.75%
BLUE value IS 42 (16.80% from 255) = 37.17%
R=7.08%
G=55.75%
B=37.17%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal863420.8700.330.75157.0977.4613.92
Hex83F2A570214B9d4de
Octal10775212704111323511516
Binary10001111111010101010111010000110010111001110110011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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