#234B37

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

Shades of Bottle Green #234B37

Tints of Bottle Green #234B37

Color information

#234B37 (or 0x234B37) is unknown color: approx Bottle Green. HEX triplet: 23, 4B and 37. RGB value is (35,75,55). Sum of RGB (Red+Green+Blue) = 35+75+55=165 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.21% from 165); Green value is 75 (29.69% from 255 or 45.45% from 165); Blue value is 55 (21.88% from 255 or 33.33% from 165); Max value from RGB is 75 - color contains mainly: green. Hex color #234B37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #234B37 is #DCB4C8. Grayscale: #3C3C3C. Windows color (decimal): -14464201 or 3623715. OLE color: 3623715.

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

Color convert

RGB357555-
CMYK0.5300.270.71
HSL150º36.36%21.57%-
HSV(B)150º53.33%29.41%-
XYZ3.95.674.5-
YUV60.76124.75109.63-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 21.21%
GREEN value IS 75 (29.69% from 255) = 45.45%
BLUE value IS 55 (21.88% from 255) = 33.33%
R=21.21%
G=45.45%
B=33.33%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3575550.5300.270.7115036.3621.57
Hex234B373501B47962416
Octal4311367650331072264426
Binary100011100101111011111010101101110001111001011010010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234B37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,75,55); }

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

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

 a { background-color: rgb(35,75,55); }

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

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

 span { border-color: rgb(35,75,55); }

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