Html Css Color HEX #2D4E46 Gable Green

📋 copy color: '#2D4E46'

red 45 ◦ green 78 ◦ blue 70

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

Shades of Gable Green #2D4E46

Tints of Gable Green #2D4E46

RGB

 RED value IS 45 (17.97% from 255) = 23.32%

 GREEN value IS 78 (30.86% from 255) = 40.41%

 BLUE value IS 70 (27.73% from 255) = 36.27%

R = 23.32%
G = 40.41%
B = 36.27%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.10

 K value IS 0.69

RGB Variations

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

Color information

#2D4E46 (or 0x2D4E46) is known color: Gable Green. HEX triplet: 2D, 4E and 46. RGB value is (45,78,70). Sum of RGB (Red+Green+Blue) = 45+78+70=193 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.32% from 193); Green value is 78 (30.86% from 255 or 40.41% from 193); Blue value is 70 (27.73% from 255 or 36.27% from 193); Max value from RGB is 78 - color contains mainly: green. Hex color #2D4E46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D4E46 is #D2B1B9. Grayscale: #434343. Windows color (decimal): -13808058 or 4607533. OLE color: 4607533.

HSL color Cylindrical-coordinate representation of color #2D4E46: hue angle of 165.45º degrees, saturation: 0.27, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #2D4E46 is Cyan = 0.42, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.69.

Color convert

RGB 45 78 70 -
CMYK 0.42 0 0.10 0.69
HSL 165.45º 0.27% 0.24% -
HSV(B) 165.45º 0.42% 0.31% -
XYZ 4.91 6.45 6.78 -
YUV 67.22 129.57 112.15 -
System Red Green Blue C M Y K H S L
Decimal 45 78 70 0.42 0 0.10 0.69 165.45 0.27 0.24
Hex 2D 4E 46 2A 0 A 45 A5 1B 18
Octal 55 116 106 52 0 12 105 245 33 30
Binary 101101 1001110 1000110 101010 0 1010 1000101 10100101 11011 11000

Color Harmonies of #2D4E46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D4E46

Black with #2D4E46

Text Example


Text Example

White with #2D4E46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2D4E46; }

 p { color: rgb(45,78,70); }

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

background-color css

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

 a { background-color: rgb(45,78,70); }

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

border-color css

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

 span { border-color: rgb(45,78,70); }

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