Html Css Color HEX #2D4F48 Gable Green

📋 copy color: '#2D4F48'

red 45 ◦ green 79 ◦ blue 72

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

Shades of Gable Green #2D4F48

Tints of Gable Green #2D4F48

RGB

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

 GREEN value IS 79 (31.25% from 255) = 40.31%

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

R = 22.96%
G = 40.31%
B = 36.73%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.09

 K value IS 0.69

RGB Variations

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

Color information

#2D4F48 (or 0x2D4F48) is known color: Gable Green. HEX triplet: 2D, 4F and 48. RGB value is (45,79,72). Sum of RGB (Red+Green+Blue) = 45+79+72=196 (25% of max value = 765). Red value is 45 (17.97% from 255 or 22.96% from 196); Green value is 79 (31.25% from 255 or 40.31% from 196); Blue value is 72 (28.52% from 255 or 36.73% from 196); Max value from RGB is 79 - color contains mainly: green. Hex color #2D4F48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D4F48 is #D2B0B7. Grayscale: #444444. Windows color (decimal): -13807800 or 4738861. OLE color: 4738861.

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

Color convert

RGB 45 79 72 -
CMYK 0.43 0 0.09 0.69
HSL 167.65º 0.27% 0.24% -
HSV(B) 167.65º 0.43% 0.31% -
XYZ 5.05 6.62 7.14 -
YUV 68.04 130.24 111.57 -
System Red Green Blue C M Y K H S L
Decimal 45 79 72 0.43 0 0.09 0.69 167.65 0.27 0.24
Hex 2D 4F 48 2B 0 9 45 A8 1B 18
Octal 55 117 110 53 0 11 105 250 33 30
Binary 101101 1001111 1001000 101011 0 1001 1000101 10101000 11011 11000

Color Harmonies of #2D4F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D4F48

Black with #2D4F48

Text Example


Text Example

White with #2D4F48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,79,72); }

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

background-color css

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

 a { background-color: rgb(45,79,72); }

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

border-color css

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

 span { border-color: rgb(45,79,72); }

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