Html Css Color HEX #245047 Gable Green

📋 copy color: '#245047'

red 36 ◦ green 80 ◦ blue 71

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

Shades of Gable Green #245047

Tints of Gable Green #245047

RGB

 RED value IS 36 (14.45% from 255) = 19.25%

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

 BLUE value IS 71 (28.13% from 255) = 37.97%

R = 19.25%
G = 42.78%
B = 37.97%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.11

 K value IS 0.69

RGB Variations

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

Color information

#245047 (or 0x245047) is known color: Gable Green. HEX triplet: 24, 50 and 47. RGB value is (36,80,71). Sum of RGB (Red+Green+Blue) = 36+80+71=187 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.25% from 187); Green value is 80 (31.64% from 255 or 42.78% from 187); Blue value is 71 (28.12% from 255 or 37.97% from 187); Max value from RGB is 80 - color contains mainly: green. Hex color #245047 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245047 is #DBAFB8. Grayscale: #414141. Windows color (decimal): -14397369 or 4673572. OLE color: 4673572.

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

Color convert

RGB 36 80 71 -
CMYK 0.55 0 0.11 0.69
HSL 167.73º 0.38% 0.23% -
HSV(B) 167.73º 0.55% 0.31% -
XYZ 4.73 6.57 6.98 -
YUV 65.82 130.92 106.73 -
System Red Green Blue C M Y K H S L
Decimal 36 80 71 0.55 0 0.11 0.69 167.73 0.38 0.23
Hex 24 50 47 37 0 B 45 A8 26 17
Octal 44 120 107 67 0 13 105 250 46 27
Binary 100100 1010000 1000111 110111 0 1011 1000101 10101000 100110 10111

Color Harmonies of #245047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245047

Black with #245047

Text Example


Text Example

White with #245047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245047; }

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

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

background-color css

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

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

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

border-color css

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

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

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