#234F39

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

Shades of Bottle Green #234F39

Tints of Bottle Green #234F39

Color information

#234F39 (or 0x234F39) is unknown color: approx Bottle Green. HEX triplet: 23, 4F and 39. RGB value is (35,79,57). Sum of RGB (Red+Green+Blue) = 35+79+57=171 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.47% from 171); Green value is 79 (31.25% from 255 or 46.20% from 171); Blue value is 57 (22.66% from 255 or 33.33% from 171); Max value from RGB is 79 - color contains mainly: green. Hex color #234F39 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #234F39 is #DCB0C6. Grayscale: #3F3F3F. Windows color (decimal): -14463175 or 3755811. OLE color: 3755811.

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

Color convert

RGB357957-
CMYK0.5600.280.69
HSL150º38.6%22.35%-
HSV(B)150º55.7%30.98%-
XYZ4.236.244.85-
YUV63.34124.42107.79-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 20.47%
GREEN value IS 79 (31.25% from 255) = 46.20%
BLUE value IS 57 (22.66% from 255) = 33.33%
R=20.47%
G=46.20%
B=33.33%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3579570.5600.280.6915038.622.35
Hex234F393801C45962716
Octal4311771700341052264726
Binary100011100111111100111100001110010001011001011010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234F39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,79,57); }

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

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

 a { background-color: rgb(35,79,57); }

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

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

 span { border-color: rgb(35,79,57); }

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