Html Css Color HEX #254F47 Gable Green

📋 copy color: '#254F47'

red 37 ◦ green 79 ◦ blue 71

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

Shades of Gable Green #254F47

Tints of Gable Green #254F47

RGB

 RED value IS 37 (14.84% from 255) = 19.79%

 GREEN value IS 79 (31.25% from 255) = 42.25%

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

R = 19.79%
G = 42.25%
B = 37.97%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.10

 K value IS 0.69

RGB Variations

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

Color information

#254F47 (or 0x254F47) is known color: Gable Green. HEX triplet: 25, 4F and 47. RGB value is (37,79,71). Sum of RGB (Red+Green+Blue) = 37+79+71=187 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.79% from 187); Green value is 79 (31.25% from 255 or 42.25% from 187); Blue value is 71 (28.12% from 255 or 37.97% from 187); Max value from RGB is 79 - color contains mainly: green. Hex color #254F47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #254F47 is #DAB0B8. Grayscale: #414141. Windows color (decimal): -14332089 or 4673317. OLE color: 4673317.

HSL color Cylindrical-coordinate representation of color #254F47: hue angle of 168.57º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #254F47 is Cyan = 0.53, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.69.

Color convert

RGB 37 79 71 -
CMYK 0.53 0 0.10 0.69
HSL 168.57º 0.36% 0.23% -
HSV(B) 168.57º 0.53% 0.31% -
XYZ 4.7 6.44 6.96 -
YUV 65.53 131.09 107.65 -
System Red Green Blue C M Y K H S L
Decimal 37 79 71 0.53 0 0.10 0.69 168.57 0.36 0.23
Hex 25 4F 47 35 0 A 45 A9 24 17
Octal 45 117 107 65 0 12 105 251 44 27
Binary 100101 1001111 1000111 110101 0 1010 1000101 10101001 100100 10111

Color Harmonies of #254F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254F47

Black with #254F47

Text Example


Text Example

White with #254F47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254F47; }

 p { color: rgb(37,79,71); }

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

background-color css

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

 a { background-color: rgb(37,79,71); }

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

border-color css

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

 span { border-color: rgb(37,79,71); }

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