Html Css Color HEX #2D6447 Green Pea

📋 copy color: '#2D6447'

red 45 ◦ green 100 ◦ blue 71

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

Shades of Green Pea #2D6447

Tints of Green Pea #2D6447

RGB

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

 GREEN value IS 100 (39.45% from 255) = 46.3%

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

R = 20.83%
G = 46.3%
B = 32.87%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.29

 K value IS 0.61

RGB Variations

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

Color information

#2D6447 (or 0x2D6447) is known color: Green Pea. HEX triplet: 2D, 64 and 47. RGB value is (45,100,71). Sum of RGB (Red+Green+Blue) = 45+100+71=216 (28% of max value = 765). Red value is 45 (17.97% from 255 or 20.83% from 216); Green value is 100 (39.45% from 255 or 46.30% from 216); Blue value is 71 (28.12% from 255 or 32.87% from 216); Max value from RGB is 100 - color contains mainly: green. Hex color #2D6447 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D6447 is #D29BB8. Grayscale: #505050. Windows color (decimal): -13802425 or 4678701. OLE color: 4678701.

HSL color Cylindrical-coordinate representation of color #2D6447: hue angle of 148.36º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2D6447 is Cyan = 0.55, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.61.

Color convert

RGB 45 100 71 -
CMYK 0.55 0 0.29 0.61
HSL 148.36º 0.38% 0.28% -
HSV(B) 148.36º 0.55% 0.39% -
XYZ 6.78 10.13 7.56 -
YUV 80.25 122.78 102.86 -
System Red Green Blue C M Y K H S L
Decimal 45 100 71 0.55 0 0.29 0.61 148.36 0.38 0.28
Hex 2D 64 47 37 0 1D 3D 94 26 1C
Octal 55 144 107 67 0 35 75 224 46 34
Binary 101101 1100100 1000111 110111 0 11101 111101 10010100 100110 11100

Color Harmonies of #2D6447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D6447

Black with #2D6447

Text Example


Text Example

White with #2D6447

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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