Html Css Color HEX #2D6647 Green Pea

📋 copy color: '#2D6647'

red 45 ◦ green 102 ◦ blue 71

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

Shades of Green Pea #2D6647

Tints of Green Pea #2D6647

RGB

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

 GREEN value IS 102 (40.23% from 255) = 46.79%

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

R = 20.64%
G = 46.79%
B = 32.57%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.30

 K value IS 0.6

RGB Variations

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

Color information

#2D6647 (or 0x2D6647) is known color: Green Pea. HEX triplet: 2D, 66 and 47. RGB value is (45,102,71). Sum of RGB (Red+Green+Blue) = 45+102+71=218 (28% of max value = 765). Red value is 45 (17.97% from 255 or 20.64% from 218); Green value is 102 (40.23% from 255 or 46.79% from 218); Blue value is 71 (28.12% from 255 or 32.57% from 218); Max value from RGB is 102 - color contains mainly: green. Hex color #2D6647 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D6647 is #D299B8. Grayscale: #515151. Windows color (decimal): -13801913 or 4679213. OLE color: 4679213.

HSL color Cylindrical-coordinate representation of color #2D6647: hue angle of 147.37º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2D6647 is Cyan = 0.56, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.6.

Color convert

RGB 45 102 71 -
CMYK 0.56 0 0.30 0.6
HSL 147.37º 0.39% 0.29% -
HSV(B) 147.37º 0.56% 0.4% -
XYZ 6.97 10.52 7.62 -
YUV 81.42 122.12 102.02 -
System Red Green Blue C M Y K H S L
Decimal 45 102 71 0.56 0 0.30 0.6 147.37 0.39 0.29
Hex 2D 66 47 38 0 1E 3C 93 27 1D
Octal 55 146 107 70 0 36 74 223 47 35
Binary 101101 1100110 1000111 111000 0 11110 111100 10010011 100111 11101

Color Harmonies of #2D6647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D6647

Black with #2D6647

Text Example


Text Example

White with #2D6647

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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