#234A35

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

Shades of Bottle Green #234A35

Tints of Bottle Green #234A35

Color information

#234A35 (or 0x234A35) is unknown color: approx Bottle Green. HEX triplet: 23, 4A and 35. RGB value is (35,74,53). Sum of RGB (Red+Green+Blue) = 35+74+53=162 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.60% from 162); Green value is 74 (29.30% from 255 or 45.68% from 162); Blue value is 53 (21.09% from 255 or 32.72% from 162); Max value from RGB is 74 - color contains mainly: green. Hex color #234A35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #234A35 is #DCB5CA. Grayscale: #3B3B3B. Windows color (decimal): -14464459 or 3492387. OLE color: 3492387.

HSL color Cylindrical-coordinate representation of color #234A35: hue angle of 147.69º 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 #234A35 is Cyan = 0.53, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.71.

Color convert

RGB357453-
CMYK0.5300.280.71
HSL147.69º35.78%21.37%-
HSV(B)147.69º52.7%29.02%-
XYZ3.785.514.23-
YUV59.94124.08110.21-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 21.60%
GREEN value IS 74 (29.30% from 255) = 45.68%
BLUE value IS 53 (21.09% from 255) = 32.72%
R=21.60%
G=45.68%
B=32.72%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3574530.5300.280.71147.6935.7821.37
Hex234A353501C47942415
Octal4311265650341072244425
Binary100011100101011010111010101110010001111001010010010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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