Html Css Color HEX #2C5334 Parsley

📋 copy color: '#2C5334'

red 44 ◦ green 83 ◦ blue 52

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

Shades of Parsley #2C5334

Tints of Parsley #2C5334

RGB

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

 GREEN value IS 83 (32.81% from 255) = 46.37%

 BLUE value IS 52 (20.7% from 255) = 29.05%

R = 24.58%
G = 46.37%
B = 29.05%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.37

 K value IS 0.67

RGB Variations

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

Color information

#2C5334 (or 0x2C5334) is known color: Parsley. HEX triplet: 2C, 53 and 34. RGB value is (44,83,52). Sum of RGB (Red+Green+Blue) = 44+83+52=179 (23% of max value = 765). Red value is 44 (17.58% from 255 or 24.58% from 179); Green value is 83 (32.81% from 255 or 46.37% from 179); Blue value is 52 (20.70% from 255 or 29.05% from 179); Max value from RGB is 83 - color contains mainly: green. Hex color #2C5334 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C5334 is #D3ACCB. Grayscale: #434343. Windows color (decimal): -13872332 or 3429164. OLE color: 3429164.

HSL color Cylindrical-coordinate representation of color #2C5334: hue angle of 132.31º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2C5334 is Cyan = 0.47, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.67.

Color convert

RGB 44 83 52 -
CMYK 0.47 0 0.37 0.67
HSL 132.31º 0.31% 0.25% -
HSV(B) 132.31º 0.47% 0.33% -
XYZ 4.75 6.97 4.34 -
YUV 67.81 119.08 111.02 -
System Red Green Blue C M Y K H S L
Decimal 44 83 52 0.47 0 0.37 0.67 132.31 0.31 0.25
Hex 2C 53 34 2F 0 25 43 84 1F 19
Octal 54 123 64 57 0 45 103 204 37 31
Binary 101100 1010011 110100 101111 0 100101 1000011 10000100 11111 11001

Color Harmonies of #2C5334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C5334

Black with #2C5334

Text Example


Text Example

White with #2C5334

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,83,52); }

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

background-color css

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

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

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

border-color css

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

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

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