#274F3C

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

Shades of Bottle Green #274F3C

Tints of Bottle Green #274F3C

Color information

#274F3C (or 0x274F3C) is unknown color: approx Bottle Green. HEX triplet: 27, 4F and 3C. RGB value is (39,79,60). Sum of RGB (Red+Green+Blue) = 39+79+60=178 (23% of max value = 765). Red value is 39 (15.62% from 255 or 21.91% from 178); Green value is 79 (31.25% from 255 or 44.38% from 178); Blue value is 60 (23.83% from 255 or 33.71% from 178); Max value from RGB is 79 - color contains mainly: green. Hex color #274F3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #274F3C is #D8B0C3. Grayscale: #404040. Windows color (decimal): -14201028 or 3952423. OLE color: 3952423.

HSL color Cylindrical-coordinate representation of color #274F3C: hue angle of 151.5º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #274F3C is Cyan = 0.51, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.69.

Color convert

RGB397960-
CMYK0.5100.240.69
HSL151.5º33.9%23.14%-
HSV(B)151.5º50.63%30.98%-
XYZ4.456.355.27-
YUV64.87125.25109.54-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 21.91%
GREEN value IS 79 (31.25% from 255) = 44.38%
BLUE value IS 60 (23.83% from 255) = 33.71%
R=21.91%
G=44.38%
B=33.71%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3979600.5100.240.69151.533.923.14
Hex274F3C3301845982217
Octal4711774630301052304227
Binary100111100111111110011001101100010001011001100010001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,79,60); }

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

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

 a { background-color: rgb(39,79,60); }

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

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

 span { border-color: rgb(39,79,60); }

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