Html Css Color HEX #083E2E British Racing Green

📋 copy color: '#083E2E'

red 8 ◦ green 62 ◦ blue 46

#083E2E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of British Racing Green #083E2E

Tints of British Racing Green #083E2E

RGB

 RED value IS 8 (3.52% from 255) = 6.9%

 GREEN value IS 62 (24.61% from 255) = 53.45%

 BLUE value IS 46 (18.36% from 255) = 39.66%

R = 6.9%
G = 53.45%
B = 39.66%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.26

 K value IS 0.76

RGB Variations

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

Color information

#083E2E (or 0x083E2E) is known color: 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

RGB 8 62 46 -
CMYK 0.87 0 0.26 0.76
HSL 162.22º 0.77% 0.14% -
HSV(B) 162.22º 0.87% 0.24% -
XYZ 2.32 3.69 3.18 -
YUV 44.03 129.11 102.3 -
System Red Green Blue C M Y K H S L
Decimal 8 62 46 0.87 0 0.26 0.76 162.22 0.77 0.14
Hex 8 3E 2E 57 0 1A 4C A2 4D E
Octal 10 76 56 127 0 32 114 242 115 16
Binary 1000 111110 101110 1010111 0 11010 1001100 10100010 1001101 1110

Color Harmonies of #083E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083E2E

Black with #083E2E

Text Example


Text Example

White with #083E2E

Text Example


Text Example

HTML Codes & Css Web 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>