#234F45

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

Shades of Gable Green #234F45

Tints of Gable Green #234F45

Color information

#234F45 (or 0x234F45) is unknown color: approx Gable Green. HEX triplet: 23, 4F and 45. RGB value is (35,79,69). Sum of RGB (Red+Green+Blue) = 35+79+69=183 (24% of max value = 765). Red value is 35 (14.06% from 255 or 19.13% from 183); Green value is 79 (31.25% from 255 or 43.17% from 183); Blue value is 69 (27.34% from 255 or 37.70% from 183); Max value from RGB is 79 - color contains mainly: green. Hex color #234F45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #234F45 is #DCB0BA. Grayscale: #404040. Windows color (decimal): -14463163 or 4542243. OLE color: 4542243.

HSL color Cylindrical-coordinate representation of color #234F45: hue angle of 166.36º 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 #234F45 is Cyan = 0.56, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.69.

Color convert

RGB357969-
CMYK0.5600.130.69
HSL166.36º38.6%22.35%-
HSV(B)166.36º55.7%30.98%-
XYZ4.566.386.62-
YUV64.7130.42106.81-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 19.13%
GREEN value IS 79 (31.25% from 255) = 43.17%
BLUE value IS 69 (27.34% from 255) = 37.70%
R=19.13%
G=43.17%
B=37.70%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3579690.5600.130.69166.3638.622.35
Hex234F45380D45a62716
Octal43117105700151052464726
Binary100011100111110001011110000110110001011010011010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234F45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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