#234A38

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

Shades of Bottle Green #234A38

Tints of Bottle Green #234A38

Color information

#234A38 (or 0x234A38) is unknown color: approx Bottle Green. HEX triplet: 23, 4A and 38. RGB value is (35,74,56). Sum of RGB (Red+Green+Blue) = 35+74+56=165 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.21% from 165); Green value is 74 (29.30% from 255 or 44.85% from 165); Blue value is 56 (22.27% from 255 or 33.94% from 165); Max value from RGB is 74 - color contains mainly: green. Hex color #234A38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #234A38 is #DCB5C7. Grayscale: #3C3C3C. Windows color (decimal): -14464456 or 3688995. OLE color: 3688995.

HSL color Cylindrical-coordinate representation of color #234A38: hue angle of 152.31º degrees, saturation: 0.36, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #234A38 is Cyan = 0.53, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.71.

Color convert

RGB357456-
CMYK0.5300.240.71
HSL152.31º35.78%21.37%-
HSV(B)152.31º52.7%29.02%-
XYZ3.865.544.61-
YUV60.29125.58109.96-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 21.21%
GREEN value IS 74 (29.30% from 255) = 44.85%
BLUE value IS 56 (22.27% from 255) = 33.94%
R=21.21%
G=44.85%
B=33.94%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3574560.5300.240.71152.3135.7821.37
Hex234A383501847982415
Octal4311270650301072304425
Binary100011100101011100011010101100010001111001100010010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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