Html Css Color HEX #2D4741 Gable Green

📋 copy color: '#2D4741'

red 45 ◦ green 71 ◦ blue 65

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

Shades of Gable Green #2D4741

Tints of Gable Green #2D4741

RGB

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

 GREEN value IS 71 (28.13% from 255) = 39.23%

 BLUE value IS 65 (25.78% from 255) = 35.91%

R = 24.86%
G = 39.23%
B = 35.91%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.08

 K value IS 0.72

RGB Variations

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

Color information

#2D4741 (or 0x2D4741) is known color: Gable Green. HEX triplet: 2D, 47 and 41. RGB value is (45,71,65). Sum of RGB (Red+Green+Blue) = 45+71+65=181 (23% of max value = 765). Red value is 45 (17.97% from 255 or 24.86% from 181); Green value is 71 (28.12% from 255 or 39.23% from 181); Blue value is 65 (25.78% from 255 or 35.91% from 181); Max value from RGB is 71 - color contains mainly: green. Hex color #2D4741 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D4741 is #D2B8BE. Grayscale: #3E3E3E. Windows color (decimal): -13809855 or 4278061. OLE color: 4278061.

HSL color Cylindrical-coordinate representation of color #2D4741: hue angle of 166.15º degrees, saturation: 0.22, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #2D4741 is Cyan = 0.37, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.72.

Color convert

RGB 45 71 65 -
CMYK 0.37 0 0.08 0.72
HSL 166.15º 0.22% 0.23% -
HSV(B) 166.15º 0.37% 0.28% -
XYZ 4.29 5.45 5.83 -
YUV 62.54 129.39 115.49 -
System Red Green Blue C M Y K H S L
Decimal 45 71 65 0.37 0 0.08 0.72 166.15 0.22 0.23
Hex 2D 47 41 25 0 8 48 A6 16 17
Octal 55 107 101 45 0 10 110 246 26 27
Binary 101101 1000111 1000001 100101 0 1000 1001000 10100110 10110 10111

Color Harmonies of #2D4741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D4741

Black with #2D4741

Text Example


Text Example

White with #2D4741

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,71,65); }

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

background-color css

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

 a { background-color: rgb(45,71,65); }

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

border-color css

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

 span { border-color: rgb(45,71,65); }

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