Html Css Color HEX #2D612E Parsley

📋 copy color: '#2D612E'

red 45 ◦ green 97 ◦ blue 46

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

Shades of Parsley #2D612E

Tints of Parsley #2D612E

RGB

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

 GREEN value IS 97 (38.28% from 255) = 51.6%

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

R = 23.94%
G = 51.6%
B = 24.47%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.53

 K value IS 0.62

RGB Variations

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

Color information

#2D612E (or 0x2D612E) is known color: Parsley. HEX triplet: 2D, 61 and 2E. RGB value is (45,97,46). Sum of RGB (Red+Green+Blue) = 45+97+46=188 (24% of max value = 765). Red value is 45 (17.97% from 255 or 23.94% from 188); Green value is 97 (38.28% from 255 or 51.60% from 188); Blue value is 46 (18.36% from 255 or 24.47% from 188); Max value from RGB is 97 - color contains mainly: green. Hex color #2D612E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D612E is #D29ED1. Grayscale: #4B4B4B. Windows color (decimal): -13803218 or 3039533. OLE color: 3039533.

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

Color convert

RGB 45 97 46 -
CMYK 0.54 0 0.53 0.62
HSL 121.15º 0.37% 0.28% -
HSV(B) 121.15º 0.54% 0.38% -
XYZ 5.85 9.3 4.07 -
YUV 75.64 111.27 106.15 -
System Red Green Blue C M Y K H S L
Decimal 45 97 46 0.54 0 0.53 0.62 121.15 0.37 0.28
Hex 2D 61 2E 36 0 35 3E 79 25 1C
Octal 55 141 56 66 0 65 76 171 45 34
Binary 101101 1100001 101110 110110 0 110101 111110 1111001 100101 11100

Color Harmonies of #2D612E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D612E

Black with #2D612E

Text Example


Text Example

White with #2D612E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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