Html Css Color HEX #2D602C Parsley

📋 copy color: '#2D602C'

red 45 ◦ green 96 ◦ blue 44

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

Shades of Parsley #2D602C

Tints of Parsley #2D602C

RGB

 RED value IS 45 (17.97% from 255) = 24.32%

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

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

R = 24.32%
G = 51.89%
B = 23.78%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.54

 K value IS 0.62

RGB Variations

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

Color information

#2D602C (or 0x2D602C) is known color: Parsley. HEX triplet: 2D, 60 and 2C. RGB value is (45,96,44). Sum of RGB (Red+Green+Blue) = 45+96+44=185 (24% of max value = 765). Red value is 45 (17.97% from 255 or 24.32% from 185); Green value is 96 (37.89% from 255 or 51.89% from 185); Blue value is 44 (17.58% from 255 or 23.78% from 185); Max value from RGB is 96 - color contains mainly: green. Hex color #2D602C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D602C is #D29FD3. Grayscale: #4A4A4A. Windows color (decimal): -13803476 or 2908205. OLE color: 2908205.

HSL color Cylindrical-coordinate representation of color #2D602C: hue angle of 118.85º 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 #2D602C is Cyan = 0.53, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.62.

Color convert

RGB 45 96 44 -
CMYK 0.53 0 0.54 0.62
HSL 118.85º 0.37% 0.27% -
HSV(B) 118.85º 0.54% 0.38% -
XYZ 5.72 9.11 3.84 -
YUV 74.82 110.6 106.73 -
System Red Green Blue C M Y K H S L
Decimal 45 96 44 0.53 0 0.54 0.62 118.85 0.37 0.27
Hex 2D 60 2C 35 0 36 3E 77 25 1B
Octal 55 140 54 65 0 66 76 167 45 33
Binary 101101 1100000 101100 110101 0 110110 111110 1110111 100101 11011

Color Harmonies of #2D602C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D602C

Black with #2D602C

Text Example


Text Example

White with #2D602C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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