Html Css Color HEX #235046 Gable Green

📋 copy color: '#235046'

red 35 ◦ green 80 ◦ blue 70

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

Shades of Gable Green #235046

Tints of Gable Green #235046

RGB

 RED value IS 35 (14.06% from 255) = 18.92%

 GREEN value IS 80 (31.64% from 255) = 43.24%

 BLUE value IS 70 (27.73% from 255) = 37.84%

R = 18.92%
G = 43.24%
B = 37.84%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.12

 K value IS 0.69

RGB Variations

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

Color information

#235046 (or 0x235046) is known color: Gable Green. HEX triplet: 23, 50 and 46. RGB value is (35,80,70). Sum of RGB (Red+Green+Blue) = 35+80+70=185 (24% of max value = 765). Red value is 35 (14.06% from 255 or 18.92% from 185); Green value is 80 (31.64% from 255 or 43.24% from 185); Blue value is 70 (27.73% from 255 or 37.84% from 185); Max value from RGB is 80 - color contains mainly: green. Hex color #235046 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #235046 is #DCAFB9. Grayscale: #414141. Windows color (decimal): -14462906 or 4608035. OLE color: 4608035.

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

Color convert

RGB 35 80 70 -
CMYK 0.56 0 0.12 0.69
HSL 166.67º 0.39% 0.23% -
HSV(B) 166.67º 0.56% 0.31% -
XYZ 4.67 6.54 6.81 -
YUV 65.41 130.59 106.31 -
System Red Green Blue C M Y K H S L
Decimal 35 80 70 0.56 0 0.12 0.69 166.67 0.39 0.23
Hex 23 50 46 38 0 C 45 A7 27 17
Octal 43 120 106 70 0 14 105 247 47 27
Binary 100011 1010000 1000110 111000 0 1100 1000101 10100111 100111 10111

Color Harmonies of #235046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235046

Black with #235046

Text Example


Text Example

White with #235046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #235046; }

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

 H1.HeaderClassName
 {
   color: #235046;
 }
 .AnyTagClassName
 {
   color: #235046;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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