Html Css Color HEX #2C4E30 Parsley

📋 copy color: '#2C4E30'

red 44 ◦ green 78 ◦ blue 48

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

Shades of Parsley #2C4E30

Tints of Parsley #2C4E30

RGB

 RED value IS 44 (17.58% from 255) = 25.88%

 GREEN value IS 78 (30.86% from 255) = 45.88%

 BLUE value IS 48 (19.14% from 255) = 28.24%

R = 25.88%
G = 45.88%
B = 28.24%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.38

 K value IS 0.69

RGB Variations

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

Color information

#2C4E30 (or 0x2C4E30) is known color: Parsley. HEX triplet: 2C, 4E and 30. RGB value is (44,78,48). Sum of RGB (Red+Green+Blue) = 44+78+48=170 (22% of max value = 765). Red value is 44 (17.58% from 255 or 25.88% from 170); Green value is 78 (30.86% from 255 or 45.88% from 170); Blue value is 48 (19.14% from 255 or 28.24% from 170); Max value from RGB is 78 - color contains mainly: green. Hex color #2C4E30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C4E30 is #D3B1CF. Grayscale: #404040. Windows color (decimal): -13873616 or 3165740. OLE color: 3165740.

HSL color Cylindrical-coordinate representation of color #2C4E30: hue angle of 127.06º degrees, saturation: 0.28, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #2C4E30 is Cyan = 0.44, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.69.

Color convert

RGB 44 78 48 -
CMYK 0.44 0 0.38 0.69
HSL 127.06º 0.28% 0.24% -
HSV(B) 127.06º 0.44% 0.31% -
XYZ 4.3 6.2 3.77 -
YUV 64.41 118.74 113.44 -
System Red Green Blue C M Y K H S L
Decimal 44 78 48 0.44 0 0.38 0.69 127.06 0.28 0.24
Hex 2C 4E 30 2C 0 26 45 7F 1C 18
Octal 54 116 60 54 0 46 105 177 34 30
Binary 101100 1001110 110000 101100 0 100110 1000101 1111111 11100 11000

Color Harmonies of #2C4E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C4E30

Black with #2C4E30

Text Example


Text Example

White with #2C4E30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,78,48); }

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

background-color css

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

 a { background-color: rgb(44,78,48); }

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

border-color css

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

 span { border-color: rgb(44,78,48); }

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