Html Css Color HEX #2C602E Parsley

📋 copy color: '#2C602E'

red 44 ◦ green 96 ◦ blue 46

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

Shades of Parsley #2C602E

Tints of Parsley #2C602E

RGB

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

 GREEN value IS 96 (37.89% from 255) = 51.61%

 BLUE value IS 46 (18.36% from 255) = 24.73%

R = 23.66%
G = 51.61%
B = 24.73%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.52

 K value IS 0.62

RGB Variations

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

Color information

#2C602E (or 0x2C602E) is known color: Parsley. HEX triplet: 2C, 60 and 2E. RGB value is (44,96,46). Sum of RGB (Red+Green+Blue) = 44+96+46=186 (24% of max value = 765). Red value is 44 (17.58% from 255 or 23.66% from 186); Green value is 96 (37.89% from 255 or 51.61% from 186); Blue value is 46 (18.36% from 255 or 24.73% from 186); Max value from RGB is 96 - color contains mainly: green. Hex color #2C602E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C602E is #D39FD1. Grayscale: #4A4A4A. Windows color (decimal): -13869010 or 3039276. OLE color: 3039276.

HSL color Cylindrical-coordinate representation of color #2C602E: hue angle of 122.31º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2C602E is Cyan = 0.54, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.62.

Color convert

RGB 44 96 46 -
CMYK 0.54 0 0.52 0.62
HSL 122.31º 0.37% 0.27% -
HSV(B) 122.31º 0.54% 0.38% -
XYZ 5.71 9.1 4.04 -
YUV 74.75 111.77 106.07 -
System Red Green Blue C M Y K H S L
Decimal 44 96 46 0.54 0 0.52 0.62 122.31 0.37 0.27
Hex 2C 60 2E 36 0 34 3E 7A 25 1B
Octal 54 140 56 66 0 64 76 172 45 33
Binary 101100 1100000 101110 110110 0 110100 111110 1111010 100101 11011

Color Harmonies of #2C602E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C602E

Black with #2C602E

Text Example


Text Example

White with #2C602E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,96,46); }

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

background-color css

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

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

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

border-color css

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

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

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