#234E38

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

Shades of Bottle Green #234E38

Tints of Bottle Green #234E38

Color information

#234E38 (or 0x234E38) is unknown color: approx Bottle Green. HEX triplet: 23, 4E and 38. RGB value is (35,78,56). Sum of RGB (Red+Green+Blue) = 35+78+56=169 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.71% from 169); Green value is 78 (30.86% from 255 or 46.15% from 169); Blue value is 56 (22.27% from 255 or 33.14% from 169); Max value from RGB is 78 - color contains mainly: green. Hex color #234E38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #234E38 is #DCB1C7. Grayscale: #3E3E3E. Windows color (decimal): -14463432 or 3690019. OLE color: 3690019.

HSL color Cylindrical-coordinate representation of color #234E38: hue angle of 149.3º degrees, saturation: 0.38, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #234E38 is Cyan = 0.55, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.69.

Color convert

RGB357856-
CMYK0.5500.280.69
HSL149.3º38.05%22.16%-
HSV(B)149.3º55.13%30.59%-
XYZ4.136.094.7-
YUV62.63124.25108.29-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 20.71%
GREEN value IS 78 (30.86% from 255) = 46.15%
BLUE value IS 56 (22.27% from 255) = 33.14%
R=20.71%
G=46.15%
B=33.14%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3578560.5500.280.69149.338.0522.16
Hex234E383701C45952616
Octal4311670670341052254626
Binary100011100111011100011011101110010001011001010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #234E38; }

 p { color: rgb(35,78,56); }

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

<style>
 a { background-color: #234E38; }

 a { background-color: rgb(35,78,56); }

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

<style>
 span { border-color: #234E38; }

 span { border-color: rgb(35,78,56); }

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