Html Css Color HEX #2D7048 Green Pea

📋 copy color: '#2D7048'

red 45 ◦ green 112 ◦ blue 72

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

Shades of Green Pea #2D7048

Tints of Green Pea #2D7048

RGB

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

 GREEN value IS 112 (44.14% from 255) = 48.91%

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

R = 19.65%
G = 48.91%
B = 31.44%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.36

 K value IS 0.56

RGB Variations

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

Color information

#2D7048 (or 0x2D7048) is known color: Green Pea. HEX triplet: 2D, 70 and 48. RGB value is (45,112,72). Sum of RGB (Red+Green+Blue) = 45+112+72=229 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.65% from 229); Green value is 112 (44.14% from 255 or 48.91% from 229); Blue value is 72 (28.52% from 255 or 31.44% from 229); Max value from RGB is 112 - color contains mainly: green. Hex color #2D7048 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D7048 is #D28FB7. Grayscale: #575757. Windows color (decimal): -13799352 or 4747309. OLE color: 4747309.

HSL color Cylindrical-coordinate representation of color #2D7048: hue angle of 144.18º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2D7048 is Cyan = 0.60, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.56.

Color convert

RGB 45 112 72 -
CMYK 0.60 0 0.36 0.56
HSL 144.18º 0.43% 0.31% -
HSV(B) 144.18º 0.6% 0.44% -
XYZ 8.05 12.61 8.14 -
YUV 87.41 119.3 97.75 -
System Red Green Blue C M Y K H S L
Decimal 45 112 72 0.60 0 0.36 0.56 144.18 0.43 0.31
Hex 2D 70 48 3C 0 24 38 90 2B 1F
Octal 55 160 110 74 0 44 70 220 53 37
Binary 101101 1110000 1001000 111100 0 100100 111000 10010000 101011 11111

Color Harmonies of #2D7048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D7048

Black with #2D7048

Text Example


Text Example

White with #2D7048

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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