Html Css Color HEX #2C4B2D Parsley

📋 copy color: '#2C4B2D'

red 44 ◦ green 75 ◦ blue 45

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

Shades of Parsley #2C4B2D

Tints of Parsley #2C4B2D

RGB

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

 GREEN value IS 75 (29.69% from 255) = 45.73%

 BLUE value IS 45 (17.97% from 255) = 27.44%

R = 26.83%
G = 45.73%
B = 27.44%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.40

 K value IS 0.71

RGB Variations

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

Color information

#2C4B2D (or 0x2C4B2D) is known color: Parsley. HEX triplet: 2C, 4B and 2D. RGB value is (44,75,45). Sum of RGB (Red+Green+Blue) = 44+75+45=164 (21% of max value = 765). Red value is 44 (17.58% from 255 or 26.83% from 164); Green value is 75 (29.69% from 255 or 45.73% from 164); Blue value is 45 (17.97% from 255 or 27.44% from 164); Max value from RGB is 75 - color contains mainly: green. Hex color #2C4B2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C4B2D is #D3B4D2. Grayscale: #3E3E3E. Windows color (decimal): -13874387 or 2968364. OLE color: 2968364.

HSL color Cylindrical-coordinate representation of color #2C4B2D: hue angle of 121.94º degrees, saturation: 0.26, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #2C4B2D is Cyan = 0.41, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.71.

Color convert

RGB 44 75 45 -
CMYK 0.41 0 0.40 0.71
HSL 121.94º 0.26% 0.23% -
HSV(B) 121.94º 0.41% 0.29% -
XYZ 4.03 5.76 3.38 -
YUV 62.31 118.23 114.94 -
System Red Green Blue C M Y K H S L
Decimal 44 75 45 0.41 0 0.40 0.71 121.94 0.26 0.23
Hex 2C 4B 2D 29 0 28 47 7A 1A 17
Octal 54 113 55 51 0 50 107 172 32 27
Binary 101100 1001011 101101 101001 0 101000 1000111 1111010 11010 10111

Color Harmonies of #2C4B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C4B2D

Black with #2C4B2D

Text Example


Text Example

White with #2C4B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,75,45); }

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

background-color css

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

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

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

border-color css

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

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

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