Html Css Color HEX #2D6248 Green Pea

📋 copy color: '#2D6248'

red 45 ◦ green 98 ◦ blue 72

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

Shades of Green Pea #2D6248

Tints of Green Pea #2D6248

RGB

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

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

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

R = 20.93%
G = 45.58%
B = 33.49%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.27

 K value IS 0.62

RGB Variations

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

Color information

#2D6248 (or 0x2D6248) is known color: Green Pea. HEX triplet: 2D, 62 and 48. RGB value is (45,98,72). Sum of RGB (Red+Green+Blue) = 45+98+72=215 (28% of max value = 765). Red value is 45 (17.97% from 255 or 20.93% from 215); Green value is 98 (38.67% from 255 or 45.58% from 215); Blue value is 72 (28.52% from 255 or 33.49% from 215); Max value from RGB is 98 - color contains mainly: green. Hex color #2D6248 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D6248 is #D29DB7. Grayscale: #4F4F4F. Windows color (decimal): -13802936 or 4743725. OLE color: 4743725.

HSL color Cylindrical-coordinate representation of color #2D6248: hue angle of 150.57º 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 #2D6248 is Cyan = 0.54, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.62.

Color convert

RGB 45 98 72 -
CMYK 0.54 0 0.27 0.62
HSL 150.57º 0.37% 0.28% -
HSV(B) 150.57º 0.54% 0.38% -
XYZ 6.62 9.76 7.67 -
YUV 79.19 123.94 103.61 -
System Red Green Blue C M Y K H S L
Decimal 45 98 72 0.54 0 0.27 0.62 150.57 0.37 0.28
Hex 2D 62 48 36 0 1B 3E 97 25 1C
Octal 55 142 110 66 0 33 76 227 45 34
Binary 101101 1100010 1001000 110110 0 11011 111110 10010111 100101 11100

Color Harmonies of #2D6248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D6248

Black with #2D6248

Text Example


Text Example

White with #2D6248

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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