#234A41

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

Shades of Gable Green #234A41

Tints of Gable Green #234A41

Color information

#234A41 (or 0x234A41) is unknown color: approx Gable Green. HEX triplet: 23, 4A and 41. RGB value is (35,74,65). Sum of RGB (Red+Green+Blue) = 35+74+65=174 (23% of max value = 765). Red value is 35 (14.06% from 255 or 20.11% from 174); Green value is 74 (29.30% from 255 or 42.53% from 174); Blue value is 65 (25.78% from 255 or 37.36% from 174); Max value from RGB is 74 - color contains mainly: green. Hex color #234A41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #234A41 is #DCB5BE. Grayscale: #3D3D3D. Windows color (decimal): -14464447 or 4278819. OLE color: 4278819.

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

Color convert

RGB357465-
CMYK0.5300.120.71
HSL166.15º35.78%21.37%-
HSV(B)166.15º52.7%29.02%-
XYZ4.15.645.87-
YUV61.31130.08109.23-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 20.11%
GREEN value IS 74 (29.30% from 255) = 42.53%
BLUE value IS 65 (25.78% from 255) = 37.36%
R=20.11%
G=42.53%
B=37.36%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3574650.5300.120.71166.1535.7821.37
Hex234A41350C47a62415
Octal43112101650141072464425
Binary100011100101010000011101010110010001111010011010010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,74,65); }

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

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

 a { background-color: rgb(35,74,65); }

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

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

 span { border-color: rgb(35,74,65); }

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