Html Css Color HEX #2C5333 Parsley

📋 copy color: '#2C5333'

red 44 ◦ green 83 ◦ blue 51

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

Shades of Parsley #2C5333

Tints of Parsley #2C5333

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 28.65%

R = 24.72%
G = 46.63%
B = 28.65%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.39

 K value IS 0.67

RGB Variations

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

Color information

#2C5333 (or 0x2C5333) is known color: Parsley. HEX triplet: 2C, 53 and 33. RGB value is (44,83,51). Sum of RGB (Red+Green+Blue) = 44+83+51=178 (23% of max value = 765). Red value is 44 (17.58% from 255 or 24.72% from 178); Green value is 83 (32.81% from 255 or 46.63% from 178); Blue value is 51 (20.31% from 255 or 28.65% from 178); Max value from RGB is 83 - color contains mainly: green. Hex color #2C5333 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C5333 is #D3ACCC. Grayscale: #434343. Windows color (decimal): -13872333 or 3363628. OLE color: 3363628.

HSL color Cylindrical-coordinate representation of color #2C5333: hue angle of 130.77º 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 #2C5333 is Cyan = 0.47, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.67.

Color convert

RGB 44 83 51 -
CMYK 0.47 0 0.39 0.67
HSL 130.77º 0.31% 0.25% -
HSV(B) 130.77º 0.47% 0.33% -
XYZ 4.73 6.96 4.23 -
YUV 67.69 118.58 111.1 -
System Red Green Blue C M Y K H S L
Decimal 44 83 51 0.47 0 0.39 0.67 130.77 0.31 0.25
Hex 2C 53 33 2F 0 27 43 83 1F 19
Octal 54 123 63 57 0 47 103 203 37 31
Binary 101100 1010011 110011 101111 0 100111 1000011 10000011 11111 11001

Color Harmonies of #2C5333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C5333

Black with #2C5333

Text Example


Text Example

White with #2C5333

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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