Html Css Color HEX #274240 Gable Green

📋 copy color: '#274240'

red 39 ◦ green 66 ◦ blue 64

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

Shades of Gable Green #274240

Tints of Gable Green #274240

RGB

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

 GREEN value IS 66 (26.17% from 255) = 39.05%

 BLUE value IS 64 (25.39% from 255) = 37.87%

R = 23.08%
G = 39.05%
B = 37.87%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.03

 K value IS 0.74

RGB Variations

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

Color information

#274240 (or 0x274240) is known color: Gable Green. HEX triplet: 27, 42 and 40. RGB value is (39,66,64). Sum of RGB (Red+Green+Blue) = 39+66+64=169 (22% of max value = 765). Red value is 39 (15.62% from 255 or 23.08% from 169); Green value is 66 (26.17% from 255 or 39.05% from 169); Blue value is 64 (25.39% from 255 or 37.87% from 169); Max value from RGB is 66 - color contains mainly: green. Hex color #274240 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #274240 is #D8BDBF. Grayscale: #393939. Windows color (decimal): -14204352 or 4211239. OLE color: 4211239.

HSL color Cylindrical-coordinate representation of color #274240: hue angle of 175.56º degrees, saturation: 0.26, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #274240 is Cyan = 0.41, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.74.

Color convert

RGB 39 66 64 -
CMYK 0.41 0 0.03 0.74
HSL 175.56º 0.26% 0.21% -
HSV(B) 175.56º 0.41% 0.26% -
XYZ 3.71 4.7 5.56 -
YUV 57.7 131.55 114.66 -
System Red Green Blue C M Y K H S L
Decimal 39 66 64 0.41 0 0.03 0.74 175.56 0.26 0.21
Hex 27 42 40 29 0 3 4A B0 1A 15
Octal 47 102 100 51 0 3 112 260 32 25
Binary 100111 1000010 1000000 101001 0 11 1001010 10110000 11010 10101

Color Harmonies of #274240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274240

Black with #274240

Text Example


Text Example

White with #274240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274240; }

 p { color: rgb(39,66,64); }

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

background-color css

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

 a { background-color: rgb(39,66,64); }

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

border-color css

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

 span { border-color: rgb(39,66,64); }

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