#234E48

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

Shades of Gable Green #234E48

Tints of Gable Green #234E48

Color information

#234E48 (or 0x234E48) is unknown color: approx Gable Green. HEX triplet: 23, 4E and 48. RGB value is (35,78,72). Sum of RGB (Red+Green+Blue) = 35+78+72=185 (24% of max value = 765). Red value is 35 (14.06% from 255 or 18.92% from 185); Green value is 78 (30.86% from 255 or 42.16% from 185); Blue value is 72 (28.52% from 255 or 38.92% from 185); Max value from RGB is 78 - color contains mainly: green. Hex color #234E48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #234E48 is #DCB1B7. Grayscale: #404040. Windows color (decimal): -14463416 or 4738595. OLE color: 4738595.

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

Color convert

RGB357872-
CMYK0.5500.080.69
HSL171.63º38.05%22.16%-
HSV(B)171.63º55.13%30.59%-
XYZ4.596.277.1-
YUV64.46132.25106.99-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 18.92%
GREEN value IS 78 (30.86% from 255) = 42.16%
BLUE value IS 72 (28.52% from 255) = 38.92%
R=18.92%
G=42.16%
B=38.92%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3578720.5500.080.69171.6338.0522.16
Hex234E48370845ac2616
Octal43116110670101052544626
Binary100011100111010010001101110100010001011010110010011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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