Html Css Color HEX #2D6A47 Green Pea

📋 copy color: '#2D6A47'

red 45 ◦ green 106 ◦ blue 71

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

Shades of Green Pea #2D6A47

Tints of Green Pea #2D6A47

RGB

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

 GREEN value IS 106 (41.8% from 255) = 47.75%

 BLUE value IS 71 (28.13% from 255) = 31.98%

R = 20.27%
G = 47.75%
B = 31.98%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.33

 K value IS 0.58

RGB Variations

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

Color information

#2D6A47 (or 0x2D6A47) is known color: Green Pea. HEX triplet: 2D, 6A and 47. RGB value is (45,106,71). Sum of RGB (Red+Green+Blue) = 45+106+71=222 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.27% from 222); Green value is 106 (41.80% from 255 or 47.75% from 222); Blue value is 71 (28.12% from 255 or 31.98% from 222); Max value from RGB is 106 - color contains mainly: green. Hex color #2D6A47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D6A47 is #D295B8. Grayscale: #535353. Windows color (decimal): -13800889 or 4680237. OLE color: 4680237.

HSL color Cylindrical-coordinate representation of color #2D6A47: hue angle of 145.57º degrees, saturation: 0.4, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2D6A47 is Cyan = 0.58, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.58.

Color convert

RGB 45 106 71 -
CMYK 0.58 0 0.33 0.58
HSL 145.57º 0.4% 0.3% -
HSV(B) 145.57º 0.58% 0.42% -
XYZ 7.37 11.32 7.76 -
YUV 83.77 120.79 100.35 -
System Red Green Blue C M Y K H S L
Decimal 45 106 71 0.58 0 0.33 0.58 145.57 0.4 0.3
Hex 2D 6A 47 3A 0 21 3A 92 28 1E
Octal 55 152 107 72 0 41 72 222 50 36
Binary 101101 1101010 1000111 111010 0 100001 111010 10010010 101000 11110

Color Harmonies of #2D6A47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D6A47

Black with #2D6A47

Text Example


Text Example

White with #2D6A47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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