#234B47

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

Shades of Gable Green #234B47

Tints of Gable Green #234B47

Color information

#234B47 (or 0x234B47) is unknown color: approx Gable Green. HEX triplet: 23, 4B and 47. RGB value is (35,75,71). Sum of RGB (Red+Green+Blue) = 35+75+71=181 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.34% from 181); Green value is 75 (29.69% from 255 or 41.44% from 181); Blue value is 71 (28.12% from 255 or 39.23% from 181); Max value from RGB is 75 - color contains mainly: green. Hex color #234B47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #234B47 is #DCB4B8. Grayscale: #3E3E3E. Windows color (decimal): -14464185 or 4672291. OLE color: 4672291.

HSL color Cylindrical-coordinate representation of color #234B47: hue angle of 174º degrees, saturation: 0.36, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #234B47 is Cyan = 0.53, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.71.

Color convert

RGB357571-
CMYK0.5300.050.71
HSL174º36.36%21.57%-
HSV(B)174º53.33%29.41%-
XYZ4.355.846.86-
YUV62.58132.75108.33-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 19.34%
GREEN value IS 75 (29.69% from 255) = 41.44%
BLUE value IS 71 (28.12% from 255) = 39.23%
R=19.34%
G=41.44%
B=39.23%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3575710.5300.050.7117436.3621.57
Hex234B47350547ae2416
Octal4311310765051072564426
Binary10001110010111000111110101010110001111010111010010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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