Html Css Color HEX #2C4D2C Parsley

📋 copy color: '#2C4D2C'

red 44 ◦ green 77 ◦ blue 44

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

Shades of Parsley #2C4D2C

Tints of Parsley #2C4D2C

RGB

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

 GREEN value IS 77 (30.47% from 255) = 46.67%

 BLUE value IS 44 (17.58% from 255) = 26.67%

R = 26.67%
G = 46.67%
B = 26.67%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.43

 K value IS 0.70

RGB Variations

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

Color information

#2C4D2C (or 0x2C4D2C) is known color: Parsley. HEX triplet: 2C, 4D and 2C. RGB value is (44,77,44). Sum of RGB (Red+Green+Blue) = 44+77+44=165 (21% of max value = 765). Red value is 44 (17.58% from 255 or 26.67% from 165); Green value is 77 (30.47% from 255 or 46.67% from 165); Blue value is 44 (17.58% from 255 or 26.67% from 165); Max value from RGB is 77 - color contains mainly: green. Hex color #2C4D2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C4D2C is #D3B2D3. Grayscale: #3F3F3F. Windows color (decimal): -13873876 or 2903340. OLE color: 2903340.

HSL color Cylindrical-coordinate representation of color #2C4D2C: hue angle of 120º degrees, saturation: 0.27, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #2C4D2C is Cyan = 0.43, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.70.

Color convert

RGB 44 77 44 -
CMYK 0.43 0 0.43 0.70
HSL 120º 0.27% 0.24% -
HSV(B) 120º 0.43% 0.3% -
XYZ 4.15 6.03 3.33 -
YUV 63.37 117.07 114.18 -
System Red Green Blue C M Y K H S L
Decimal 44 77 44 0.43 0 0.43 0.70 120 0.27 0.24
Hex 2C 4D 2C 2B 0 2B 46 78 1B 18
Octal 54 115 54 53 0 53 106 170 33 30
Binary 101100 1001101 101100 101011 0 101011 1000110 1111000 11011 11000

Color Harmonies of #2C4D2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C4D2C

Black with #2C4D2C

Text Example


Text Example

White with #2C4D2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,77,44); }

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

background-color css

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

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

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

border-color css

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

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

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