Html Css Color HEX #2D6241 Green Pea

📋 copy color: '#2D6241'

red 45 ◦ green 98 ◦ blue 65

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

Shades of Green Pea #2D6241

Tints of Green Pea #2D6241

RGB

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

 GREEN value IS 98 (38.67% from 255) = 47.12%

 BLUE value IS 65 (25.78% from 255) = 31.25%

R = 21.63%
G = 47.12%
B = 31.25%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.34

 K value IS 0.62

RGB Variations

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

Color information

#2D6241 (or 0x2D6241) is known color: Green Pea. HEX triplet: 2D, 62 and 41. RGB value is (45,98,65). Sum of RGB (Red+Green+Blue) = 45+98+65=208 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.63% from 208); Green value is 98 (38.67% from 255 or 47.12% from 208); Blue value is 65 (25.78% from 255 or 31.25% from 208); Max value from RGB is 98 - color contains mainly: green. Hex color #2D6241 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D6241 is #D29DBE. Grayscale: #4E4E4E. Windows color (decimal): -13802943 or 4284973. OLE color: 4284973.

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

Color convert

RGB 45 98 65 -
CMYK 0.54 0 0.34 0.62
HSL 142.64º 0.37% 0.28% -
HSV(B) 142.64º 0.54% 0.38% -
XYZ 6.4 9.67 6.53 -
YUV 78.39 120.44 104.18 -
System Red Green Blue C M Y K H S L
Decimal 45 98 65 0.54 0 0.34 0.62 142.64 0.37 0.28
Hex 2D 62 41 36 0 22 3E 8F 25 1C
Octal 55 142 101 66 0 42 76 217 45 34
Binary 101101 1100010 1000001 110110 0 100010 111110 10001111 100101 11100

Color Harmonies of #2D6241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D6241

Black with #2D6241

Text Example


Text Example

White with #2D6241

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,98,65); }

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

background-color css

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

 a { background-color: rgb(45,98,65); }

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

border-color css

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

 span { border-color: rgb(45,98,65); }

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