Html Css Color HEX #2D6047 Green Pea

📋 copy color: '#2D6047'

red 45 ◦ green 96 ◦ blue 71

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

Shades of Green Pea #2D6047

Tints of Green Pea #2D6047

RGB

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

 GREEN value IS 96 (37.89% from 255) = 45.28%

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

R = 21.23%
G = 45.28%
B = 33.49%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.26

 K value IS 0.62

RGB Variations

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

Color information

#2D6047 (or 0x2D6047) is known color: Green Pea. HEX triplet: 2D, 60 and 47. RGB value is (45,96,71). Sum of RGB (Red+Green+Blue) = 45+96+71=212 (28% of max value = 765). Red value is 45 (17.97% from 255 or 21.23% from 212); Green value is 96 (37.89% from 255 or 45.28% from 212); Blue value is 71 (28.12% from 255 or 33.49% from 212); Max value from RGB is 96 - color contains mainly: green. Hex color #2D6047 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D6047 is #D29FB8. Grayscale: #4D4D4D. Windows color (decimal): -13803449 or 4677677. OLE color: 4677677.

HSL color Cylindrical-coordinate representation of color #2D6047: hue angle of 150.59º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2D6047 is Cyan = 0.53, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.62.

Color convert

RGB 45 96 71 -
CMYK 0.53 0 0.26 0.62
HSL 150.59º 0.36% 0.28% -
HSV(B) 150.59º 0.53% 0.38% -
XYZ 6.4 9.38 7.43 -
YUV 77.9 124.1 104.53 -
System Red Green Blue C M Y K H S L
Decimal 45 96 71 0.53 0 0.26 0.62 150.59 0.36 0.28
Hex 2D 60 47 35 0 1A 3E 97 24 1C
Octal 55 140 107 65 0 32 76 227 44 34
Binary 101101 1100000 1000111 110101 0 11010 111110 10010111 100100 11100

Color Harmonies of #2D6047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D6047

Black with #2D6047

Text Example


Text Example

White with #2D6047

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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