#274E3A

Color #274E3A Bottle Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bottle Green #274E3A

Tints of Bottle Green #274E3A

Color information

#274E3A (or 0x274E3A) is unknown color: approx Bottle Green. HEX triplet: 27, 4E and 3A. RGB value is (39,78,58). Sum of RGB (Red+Green+Blue) = 39+78+58=175 (23% of max value = 765). Red value is 39 (15.62% from 255 or 22.29% from 175); Green value is 78 (30.86% from 255 or 44.57% from 175); Blue value is 58 (23.05% from 255 or 33.14% from 175); Max value from RGB is 78 - color contains mainly: green. Hex color #274E3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #274E3A is #D8B1C5. Grayscale: #404040. Windows color (decimal): -14201286 or 3821095. OLE color: 3821095.

HSL color Cylindrical-coordinate representation of color #274E3A: hue angle of 149.23º degrees, saturation: 0.33, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #274E3A is Cyan = 0.50, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.69.

Color convert

RGB397858-
CMYK0.5000.260.69
HSL149.23º33.33%22.94%-
HSV(B)149.23º50%30.59%-
XYZ4.326.194.97-
YUV64.06124.58110.13-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 22.29%
GREEN value IS 78 (30.86% from 255) = 44.57%
BLUE value IS 58 (23.05% from 255) = 33.14%
R=22.29%
G=44.57%
B=33.14%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3978580.5000.260.69149.2333.3322.94
Hex274E3A3201A45952117
Octal4711672620321052254127
Binary100111100111011101011001001101010001011001010110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274E3A; }

 p { color: rgb(39,78,58); }

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

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

 a { background-color: rgb(39,78,58); }

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

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

 span { border-color: rgb(39,78,58); }

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