Html Css Color HEX #274D45 Gable Green

📋 copy color: '#274D45'

red 39 ◦ green 77 ◦ blue 69

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

Shades of Gable Green #274D45

Tints of Gable Green #274D45

RGB

 RED value IS 39 (15.63% from 255) = 21.08%

 GREEN value IS 77 (30.47% from 255) = 41.62%

 BLUE value IS 69 (27.34% from 255) = 37.3%

R = 21.08%
G = 41.62%
B = 37.3%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.10

 K value IS 0.70

RGB Variations

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

Color information

#274D45 (or 0x274D45) is known color: Gable Green. HEX triplet: 27, 4D and 45. RGB value is (39,77,69). Sum of RGB (Red+Green+Blue) = 39+77+69=185 (24% of max value = 765). Red value is 39 (15.62% from 255 or 21.08% from 185); Green value is 77 (30.47% from 255 or 41.62% from 185); Blue value is 69 (27.34% from 255 or 37.30% from 185); Max value from RGB is 77 - color contains mainly: green. Hex color #274D45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #274D45 is #D8B2BA. Grayscale: #404040. Windows color (decimal): -14201531 or 4541735. OLE color: 4541735.

HSL color Cylindrical-coordinate representation of color #274D45: hue angle of 167.37º degrees, saturation: 0.33, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #274D45 is Cyan = 0.49, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.70.

Color convert

RGB 39 77 69 -
CMYK 0.49 0 0.10 0.70
HSL 167.37º 0.33% 0.23% -
HSV(B) 167.37º 0.49% 0.3% -
XYZ 4.56 6.17 6.58 -
YUV 64.73 130.41 109.65 -
System Red Green Blue C M Y K H S L
Decimal 39 77 69 0.49 0 0.10 0.70 167.37 0.33 0.23
Hex 27 4D 45 31 0 A 46 A7 21 17
Octal 47 115 105 61 0 12 106 247 41 27
Binary 100111 1001101 1000101 110001 0 1010 1000110 10100111 100001 10111

Color Harmonies of #274D45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274D45

Black with #274D45

Text Example


Text Example

White with #274D45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274D45; }

 p { color: rgb(39,77,69); }

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

background-color css

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

 a { background-color: rgb(39,77,69); }

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

border-color css

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

 span { border-color: rgb(39,77,69); }

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