Html Css Color HEX #275148 Gable Green

📋 copy color: '#275148'

red 39 ◦ green 81 ◦ blue 72

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

Shades of Gable Green #275148

Tints of Gable Green #275148

RGB

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

 GREEN value IS 81 (32.03% from 255) = 42.19%

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

R = 20.31%
G = 42.19%
B = 37.5%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.11

 K value IS 0.68

RGB Variations

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

Color information

#275148 (or 0x275148) is known color: Gable Green. HEX triplet: 27, 51 and 48. RGB value is (39,81,72). Sum of RGB (Red+Green+Blue) = 39+81+72=192 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.31% from 192); Green value is 81 (32.03% from 255 or 42.19% from 192); Blue value is 72 (28.52% from 255 or 37.5% from 192); Max value from RGB is 81 - color contains mainly: green. Hex color #275148 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #275148 is #D8AEB7. Grayscale: #434343. Windows color (decimal): -14200504 or 4739367. OLE color: 4739367.

HSL color Cylindrical-coordinate representation of color #275148: hue angle of 167.14º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #275148 is Cyan = 0.52, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.68.

Color convert

RGB 39 81 72 -
CMYK 0.52 0 0.11 0.68
HSL 167.14º 0.35% 0.24% -
HSV(B) 167.14º 0.52% 0.32% -
XYZ 4.95 6.78 7.18 -
YUV 67.42 130.59 107.73 -
System Red Green Blue C M Y K H S L
Decimal 39 81 72 0.52 0 0.11 0.68 167.14 0.35 0.24
Hex 27 51 48 34 0 B 44 A7 23 18
Octal 47 121 110 64 0 13 104 247 43 30
Binary 100111 1010001 1001000 110100 0 1011 1000100 10100111 100011 11000

Color Harmonies of #275148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275148

Black with #275148

Text Example


Text Example

White with #275148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #275148; }

 p { color: rgb(39,81,72); }

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

background-color css

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

 a { background-color: rgb(39,81,72); }

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

border-color css

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

 span { border-color: rgb(39,81,72); }

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