#234840

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

Shades of Gable Green #234840

Tints of Gable Green #234840

Color information

#234840 (or 0x234840) is unknown color: approx Gable Green. HEX triplet: 23, 48 and 40. RGB value is (35,72,64). Sum of RGB (Red+Green+Blue) = 35+72+64=171 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.47% from 171); Green value is 72 (28.52% from 255 or 42.11% from 171); Blue value is 64 (25.39% from 255 or 37.43% from 171); Max value from RGB is 72 - color contains mainly: green. Hex color #234840 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #234840 is #DCB7BF. Grayscale: #3C3C3C. Windows color (decimal): -14464960 or 4212771. OLE color: 4212771.

HSL color Cylindrical-coordinate representation of color #234840: hue angle of 167.03º degrees, saturation: 0.35, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #234840 is Cyan = 0.51, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.72.

Color convert

RGB357264-
CMYK0.5100.110.72
HSL167.03º34.58%20.98%-
HSV(B)167.03º51.39%28.24%-
XYZ3.945.365.68-
YUV60.02130.24110.15-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 20.47%
GREEN value IS 72 (28.52% from 255) = 42.11%
BLUE value IS 64 (25.39% from 255) = 37.43%
R=20.47%
G=42.11%
B=37.43%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3572640.5100.110.72167.0334.5820.98
Hex234840330B48a72315
Octal43110100630131102474325
Binary100011100100010000001100110101110010001010011110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #234840; }

 p { color: rgb(35,72,64); }

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

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

 a { background-color: rgb(35,72,64); }

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

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

 span { border-color: rgb(35,72,64); }

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