Html Css Color HEX #2D4D45 Gable Green

📋 copy color: '#2D4D45'

red 45 ◦ green 77 ◦ blue 69

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

Shades of Gable Green #2D4D45

Tints of Gable Green #2D4D45

RGB

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

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

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

R = 23.56%
G = 40.31%
B = 36.13%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.10

 K value IS 0.70

RGB Variations

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

Color information

#2D4D45 (or 0x2D4D45) is known color: Gable Green. HEX triplet: 2D, 4D and 45. RGB value is (45,77,69). Sum of RGB (Red+Green+Blue) = 45+77+69=191 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.56% from 191); Green value is 77 (30.47% from 255 or 40.31% from 191); Blue value is 69 (27.34% from 255 or 36.13% from 191); Max value from RGB is 77 - color contains mainly: green. Hex color #2D4D45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D4D45 is #D2B2BA. Grayscale: #424242. Windows color (decimal): -13808315 or 4541741. OLE color: 4541741.

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

Color convert

RGB 45 77 69 -
CMYK 0.42 0 0.10 0.70
HSL 165º 0.26% 0.24% -
HSV(B) 165º 0.42% 0.3% -
XYZ 4.81 6.3 6.59 -
YUV 66.52 129.4 112.65 -
System Red Green Blue C M Y K H S L
Decimal 45 77 69 0.42 0 0.10 0.70 165 0.26 0.24
Hex 2D 4D 45 2A 0 A 46 A5 1A 18
Octal 55 115 105 52 0 12 106 245 32 30
Binary 101101 1001101 1000101 101010 0 1010 1000110 10100101 11010 11000

Color Harmonies of #2D4D45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D4D45

Black with #2D4D45

Text Example


Text Example

White with #2D4D45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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