#254B3A

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

Shades of Bottle Green #254B3A

Tints of Bottle Green #254B3A

Color information

#254B3A (or 0x254B3A) is unknown color: approx Bottle Green. HEX triplet: 25, 4B and 3A. RGB value is (37,75,58). Sum of RGB (Red+Green+Blue) = 37+75+58=170 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.76% from 170); Green value is 75 (29.69% from 255 or 44.12% from 170); Blue value is 58 (23.05% from 255 or 34.12% from 170); Max value from RGB is 75 - color contains mainly: green. Hex color #254B3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #254B3A is #DAB4C5. Grayscale: #3D3D3D. Windows color (decimal): -14333126 or 3820325. OLE color: 3820325.

HSL color Cylindrical-coordinate representation of color #254B3A: hue angle of 153.16º degrees, saturation: 0.34, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #254B3A is Cyan = 0.51, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.71.

Color convert

RGB377558-
CMYK0.5100.230.71
HSL153.16º33.93%21.96%-
HSV(B)153.16º50.67%29.41%-
XYZ4.045.734.9-
YUV61.7125.91110.38-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 21.76%
GREEN value IS 75 (29.69% from 255) = 44.12%
BLUE value IS 58 (23.05% from 255) = 34.12%
R=21.76%
G=44.12%
B=34.12%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3775580.5100.230.71153.1633.9321.96
Hex254B3A3301747992216
Octal4511372630271072314226
Binary100101100101111101011001101011110001111001100110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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