#254F3C

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

Shades of Bottle Green #254F3C

Tints of Bottle Green #254F3C

Color information

#254F3C (or 0x254F3C) is unknown color: approx Bottle Green. HEX triplet: 25, 4F and 3C. RGB value is (37,79,60). Sum of RGB (Red+Green+Blue) = 37+79+60=176 (23% of max value = 765). Red value is 37 (14.84% from 255 or 21.02% from 176); Green value is 79 (31.25% from 255 or 44.89% from 176); Blue value is 60 (23.83% from 255 or 34.09% from 176); Max value from RGB is 79 - color contains mainly: green. Hex color #254F3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #254F3C is #DAB0C3. Grayscale: #404040. Windows color (decimal): -14332100 or 3952421. OLE color: 3952421.

HSL color Cylindrical-coordinate representation of color #254F3C: hue angle of 152.86º 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 #254F3C is Cyan = 0.53, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.69.

Color convert

RGB377960-
CMYK0.5300.240.69
HSL152.86º36.21%22.75%-
HSV(B)152.86º53.16%30.98%-
XYZ4.376.315.26-
YUV64.28125.59108.54-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 21.02%
GREEN value IS 79 (31.25% from 255) = 44.89%
BLUE value IS 60 (23.83% from 255) = 34.09%
R=21.02%
G=44.89%
B=34.09%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3779600.5300.240.69152.8636.2122.75
Hex254F3C3501845992417
Octal4511774650301052314427
Binary100101100111111110011010101100010001011001100110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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