#235047

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

Shades of Gable Green #235047

Tints of Gable Green #235047

Color information

#235047 (or 0x235047) is unknown color: approx Gable Green. HEX triplet: 23, 50 and 47. RGB value is (35,80,71). Sum of RGB (Red+Green+Blue) = 35+80+71=186 (24% of max value = 765). Red value is 35 (14.06% from 255 or 18.82% from 186); Green value is 80 (31.64% from 255 or 43.01% from 186); Blue value is 71 (28.12% from 255 or 38.17% from 186); Max value from RGB is 80 - color contains mainly: green. Hex color #235047 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #235047 is #DCAFB8. Grayscale: #414141. Windows color (decimal): -14462905 or 4673571. OLE color: 4673571.

HSL color Cylindrical-coordinate representation of color #235047: hue angle of 168º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #235047 is Cyan = 0.56, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.69.

Color convert

RGB358071-
CMYK0.5600.110.69
HSL168º39.13%22.55%-
HSV(B)168º56.25%31.37%-
XYZ4.76.556.98-
YUV65.52131.09106.23-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 18.82%
GREEN value IS 80 (31.64% from 255) = 43.01%
BLUE value IS 71 (28.12% from 255) = 38.17%
R=18.82%
G=43.01%
B=38.17%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3580710.5600.110.6916839.1322.55
Hex235047380B45a82717
Octal43120107700131052504727
Binary100011101000010001111110000101110001011010100010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235047; }

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

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

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

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

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

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

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

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