Html Css Color HEX #235047 Gable Green

📋 copy color: '#235047'

red 35 ◦ green 80 ◦ blue 71

#235047
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gable Green #235047

Tints of Gable Green #235047

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.13% from 255) = 38.17%

R = 18.82%
G = 43.01%
B = 38.17%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.11

 K value IS 0.69

RGB Variations

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

Color information

#235047 (or 0x235047) is known color: 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

RGB 35 80 71 -
CMYK 0.56 0 0.11 0.69
HSL 168º 0.39% 0.23% -
HSV(B) 168º 0.56% 0.31% -
XYZ 4.7 6.55 6.98 -
YUV 65.52 131.09 106.23 -
System Red Green Blue C M Y K H S L
Decimal 35 80 71 0.56 0 0.11 0.69 168 0.39 0.23
Hex 23 50 47 38 0 B 45 A8 27 17
Octal 43 120 107 70 0 13 105 250 47 27
Binary 100011 1010000 1000111 111000 0 1011 1000101 10101000 100111 10111

Color Harmonies of #235047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235047

Black with #235047

Text Example


Text Example

White with #235047

Text Example


Text Example

HTML Codes & Css Web 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>