Html Css Color HEX #2D602E Parsley

📋 copy color: '#2D602E'

red 45 ◦ green 96 ◦ blue 46

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

Shades of Parsley #2D602E

Tints of Parsley #2D602E

RGB

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

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

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

R = 24.06%
G = 51.34%
B = 24.6%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.52

 K value IS 0.62

RGB Variations

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

Color information

#2D602E (or 0x2D602E) is known color: Parsley. HEX triplet: 2D, 60 and 2E. RGB value is (45,96,46). Sum of RGB (Red+Green+Blue) = 45+96+46=187 (24% of max value = 765). Red value is 45 (17.97% from 255 or 24.06% from 187); Green value is 96 (37.89% from 255 or 51.34% from 187); Blue value is 46 (18.36% from 255 or 24.60% from 187); Max value from RGB is 96 - color contains mainly: green. Hex color #2D602E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D602E is #D29FD1. Grayscale: #4B4B4B. Windows color (decimal): -13803474 or 3039277. OLE color: 3039277.

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

Color convert

RGB 45 96 46 -
CMYK 0.53 0 0.52 0.62
HSL 121.18º 0.36% 0.28% -
HSV(B) 121.18º 0.53% 0.38% -
XYZ 5.76 9.12 4.04 -
YUV 75.05 111.6 106.57 -
System Red Green Blue C M Y K H S L
Decimal 45 96 46 0.53 0 0.52 0.62 121.18 0.36 0.28
Hex 2D 60 2E 35 0 34 3E 79 24 1C
Octal 55 140 56 65 0 64 76 171 44 34
Binary 101101 1100000 101110 110101 0 110100 111110 1111001 100100 11100

Color Harmonies of #2D602E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D602E

Black with #2D602E

Text Example


Text Example

White with #2D602E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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