#254F3A

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

Shades of Bottle Green #254F3A

Tints of Bottle Green #254F3A

Color information

#254F3A (or 0x254F3A) is unknown color: approx Bottle Green. HEX triplet: 25, 4F and 3A. RGB value is (37,79,58). Sum of RGB (Red+Green+Blue) = 37+79+58=174 (23% of max value = 765). Red value is 37 (14.84% from 255 or 21.26% from 174); Green value is 79 (31.25% from 255 or 45.40% from 174); Blue value is 58 (23.05% from 255 or 33.33% from 174); Max value from RGB is 79 - color contains mainly: green. Hex color #254F3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #254F3A is #DAB0C5. Grayscale: #404040. Windows color (decimal): -14332102 or 3821349. OLE color: 3821349.

HSL color Cylindrical-coordinate representation of color #254F3A: hue angle of 150º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #254F3A is Cyan = 0.53, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.69.

Color convert

RGB377958-
CMYK0.5300.270.69
HSL150º36.21%22.75%-
HSV(B)150º53.16%30.98%-
XYZ4.326.294.99-
YUV64.05124.59108.71-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 21.26%
GREEN value IS 79 (31.25% from 255) = 45.40%
BLUE value IS 58 (23.05% from 255) = 33.33%
R=21.26%
G=45.40%
B=33.33%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3779580.5300.270.6915036.2122.75
Hex254F3A3501B45962417
Octal4511772650331052264427
Binary100101100111111101011010101101110001011001011010010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254F3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254F3A; }

 p { color: rgb(37,79,58); }

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

<style>
 a { background-color: #254F3A; }

 a { background-color: rgb(37,79,58); }

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

<style>
 span { border-color: #254F3A; }

 span { border-color: rgb(37,79,58); }

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