Html Css Color HEX #235048 Gable Green

📋 copy color: '#235048'

red 35 ◦ green 80 ◦ blue 72

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

Shades of Gable Green #235048

Tints of Gable Green #235048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 38.5%

R = 18.72%
G = 42.78%
B = 38.5%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.10

 K value IS 0.69

RGB Variations

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

Color information

#235048 (or 0x235048) is known color: Gable Green. HEX triplet: 23, 50 and 48. RGB value is (35,80,72). Sum of RGB (Red+Green+Blue) = 35+80+72=187 (24% of max value = 765). Red value is 35 (14.06% from 255 or 18.72% from 187); Green value is 80 (31.64% from 255 or 42.78% from 187); Blue value is 72 (28.52% from 255 or 38.50% from 187); Max value from RGB is 80 - color contains mainly: green. Hex color #235048 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #235048 is #DCAFB7. Grayscale: #414141. Windows color (decimal): -14462904 or 4739107. OLE color: 4739107.

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

Color convert

RGB 35 80 72 -
CMYK 0.56 0 0.10 0.69
HSL 169.33º 0.39% 0.23% -
HSV(B) 169.33º 0.56% 0.31% -
XYZ 4.73 6.56 7.15 -
YUV 65.63 131.59 106.15 -
System Red Green Blue C M Y K H S L
Decimal 35 80 72 0.56 0 0.10 0.69 169.33 0.39 0.23
Hex 23 50 48 38 0 A 45 A9 27 17
Octal 43 120 110 70 0 12 105 251 47 27
Binary 100011 1010000 1001000 111000 0 1010 1000101 10101001 100111 10111

Color Harmonies of #235048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235048

Black with #235048

Text Example


Text Example

White with #235048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #235048; }

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

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

background-color css

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

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

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

border-color css

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

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

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