#234F47

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

Shades of Gable Green #234F47

Tints of Gable Green #234F47

Color information

#234F47 (or 0x234F47) is unknown color: approx Gable Green. HEX triplet: 23, 4F and 47. RGB value is (35,79,71). Sum of RGB (Red+Green+Blue) = 35+79+71=185 (24% of max value = 765). Red value is 35 (14.06% from 255 or 18.92% from 185); Green value is 79 (31.25% from 255 or 42.70% from 185); Blue value is 71 (28.12% from 255 or 38.38% from 185); Max value from RGB is 79 - color contains mainly: green. Hex color #234F47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #234F47 is #DCB0B8. Grayscale: #404040. Windows color (decimal): -14463161 or 4673315. OLE color: 4673315.

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

Color convert

RGB357971-
CMYK0.5600.100.69
HSL169.09º38.6%22.35%-
HSV(B)169.09º55.7%30.98%-
XYZ4.636.46.95-
YUV64.93131.42106.65-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 18.92%
GREEN value IS 79 (31.25% from 255) = 42.70%
BLUE value IS 71 (28.12% from 255) = 38.38%
R=18.92%
G=42.70%
B=38.38%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3579710.5600.100.69169.0938.622.35
Hex234F47380A45a92716
Octal43117107700121052514726
Binary100011100111110001111110000101010001011010100110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234F47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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